mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fix for FOLDERID_ linkage for msvcrt builds
This commit is contained in:
parent
5d5186f812
commit
fc1a54c208
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
#define INITKNOWNFOLDERS
|
||||
#include <guiddef.h>
|
||||
#include <KnownFolders.h>
|
||||
#undef INITKNOWNFOLDERS
|
||||
|
||||
#pragma warning(disable:4065)
|
||||
#pragma warning(disable:4996)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue