mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Dep/G3D: Fixed Visual Studio 2017 build
(cherry picked from commit c0a2c30a27)
This commit is contained in:
committed by
w1sht0l1v3
parent
8089f1816c
commit
340ce38e01
12
dep/g3dlite/G3D-v9.0 hotfix8.diff
Normal file
12
dep/g3dlite/G3D-v9.0 hotfix8.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/dep/g3dlite/source/System.cpp b/dep/g3dlite/source/System.cpp
|
||||
index b2f8cb886d..b841e23c49 100644
|
||||
--- a/dep/g3dlite/source/System.cpp
|
||||
+++ b/dep/g3dlite/source/System.cpp
|
||||
@@ -45,6 +45,7 @@
|
||||
# include <sys/timeb.h>
|
||||
# include "G3D/RegistryUtil.h"
|
||||
#include <Ole2.h>
|
||||
+#include <intrin.h>
|
||||
|
||||
#elif defined(G3D_LINUX)
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
# include <sys/timeb.h>
|
||||
# include "G3D/RegistryUtil.h"
|
||||
#include <Ole2.h>
|
||||
#include <intrin.h>
|
||||
|
||||
#elif defined(G3D_LINUX)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user