Skip to content

Commit

Permalink
fix windows macro bs
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorCZ committed Apr 18, 2024
1 parent 4e8e278 commit f244933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#if defined(_MSC_VER) || defined(__MINGW64__)
#include "spike/type/tchar.hpp"
#include <windows.h>
#undef GetClassName
auto dlsym(void *handle, const char *name) {
return GetProcAddress((HMODULE)handle, name);
}
Expand Down

0 comments on commit f244933

Please sign in to comment.