Browse Source

Fix for FOLDERID_ linkage for msvcrt builds

Brian Fiete 4 years ago
parent
commit
fc1a54c208
1 changed files with 5 additions and 0 deletions
  1. 5 0
      BeefySysLib/platform/win/Platform.cpp

+ 5 - 0
BeefySysLib/platform/win/Platform.cpp

@@ -1,3 +1,8 @@
+#define INITKNOWNFOLDERS
+#include <guiddef.h>
+#include <KnownFolders.h>
+#undef INITKNOWNFOLDERS
+
 #pragma warning(disable:4065)
 #pragma warning(disable:4996)