summaryrefslogtreecommitdiffstats
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/skel/win/win.cpp')
-rw-r--r--src/skel/win/win.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index 1fd959f2..85278432 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -32,6 +32,7 @@
#define WM_GRAPHNOTIFY WM_USER+13
+#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
#ifndef USE_D3D9
#pragma comment( lib, "d3d8.lib" )
#endif
@@ -40,6 +41,7 @@
#pragma comment( lib, "dxguid.lib" )
#pragma comment( lib, "strmiids.lib" )
#pragma comment( lib, "dinput8.lib" )
+#endif
#if (defined(_MSC_VER))
#include <tchar.h>