mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 14:20:33 +00:00
Revert extra checks before autolinking
This commit is contained in:
parent
5acbf9ef59
commit
7541fa7cb7
3 changed files with 1 additions and 5 deletions
|
@ -32,7 +32,6 @@
|
|||
|
||||
#define WM_GRAPHNOTIFY WM_USER+13
|
||||
|
||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
||||
#ifndef USE_D3D9
|
||||
#pragma comment( lib, "d3d8.lib" )
|
||||
#endif
|
||||
|
@ -41,7 +40,6 @@
|
|||
#pragma comment( lib, "dxguid.lib" )
|
||||
#pragma comment( lib, "strmiids.lib" )
|
||||
#pragma comment( lib, "dinput8.lib" )
|
||||
#endif
|
||||
|
||||
#if (defined(_MSC_VER))
|
||||
#include <tchar.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue