Skip to content

Commit

Permalink
small platform detection fix for gcc from w64devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
FRex committed Sep 24, 2021
1 parent 38e3fea commit 9064b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blawmain.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(_WIN32) || defined(_WIN64)
#define BLA_WMAIN_USE_WMAIN
#endif

Expand Down

0 comments on commit 9064b89

Please sign in to comment.