Skip to content

Instantly share code, notes, and snippets.

@mattn
Created June 19, 2009 04:59
Show Gist options
  • Save mattn/132419 to your computer and use it in GitHub Desktop.
Save mattn/132419 to your computer and use it in GitHub Desktop.
#include <windows.h>
#include <stdio.h>
int main(void) {
printf("%d\n", LoadLibrary("C:/Perl/site/lib/auto/Event/Event.dll"));
printf("%d\n", LoadLibrary("C:/Perl/site/lib/auto/Coro/Event/Event.dll"));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment