Skip to content
Snippets Groups Projects
Commit 3811815c authored by Leyla Farazha's avatar Leyla Farazha
Browse files

llintrin.h include compile fix for building with windows sdk

crafted by richard
parent a37f7ec2
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,11 @@ ...@@ -41,7 +41,11 @@
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
# include <winsock2.h> # include <winsock2.h>
# include <windows.h> # include <windows.h>
# include <intrin.h> # define _interlockedbittestandset _renamed_interlockedbittestandset
# define _interlockedbittestandreset _renamed_interlockedbittestandreset
# include <intrin.h>
# undef _interlockedbittestandset
# undef _interlockedbittestandreset
#endif #endif
#include "llsd.h" #include "llsd.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment