Skip to content

Commit 10708b5

Browse files
committed
Added an ifdef to handle different OS
1 parent b64fa86 commit 10708b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/Platform.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#ifdef _WIN32
12
#include "Platform.h"
23
#include "../win/WinBackend.h"
34

@@ -28,3 +29,6 @@ namespace Platform {
2829
}
2930

3031
}
32+
#else
33+
34+
#endif

0 commit comments

Comments
 (0)