Skip to content

Commit 11a4944

Browse files
authored
Update winmain.cpp
1 parent 0894b3f commit 11a4944

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎gui/winmain.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Taken from:
66
77
This license applies only to this file:
88
9-
Copyright (C) 2001-2017 Julian Raschke, Jan Lücker and all contributors.
9+
Copyright (C) 2001-2017 Julian Raschke, Jan Lücker and all contributors.
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a
1212
copy of this software and associated documentation files (the "Software"),
@@ -31,7 +31,8 @@ DEALINGS IN THE SOFTWARE.
3131
3232
*/
3333

34-
#ifdef _MSC_VER
34+
//#ifdef _MSC_VER
35+
#ifdef _WIN32
3536

3637
#include <windows.h>
3738
#include <exception>

0 commit comments

Comments
 (0)