Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
guess theres no ascii version of getprocaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrylar committed Jan 26, 2019
1 parent 300d727 commit 763b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#else
#include <windows.h>
#define dlopen(x, y) LoadLibraryA(x)
#define dlsym(x, y) GetProcAddressA(x, y)
#define dlsym(x, y) GetProcAddress(x, y)
#endif

namespace jaq {
Expand Down

0 comments on commit 763b946

Please sign in to comment.