Revert extra checks before autolinking

This commit is contained in:
Filip Gawin 2021-01-14 22:26:36 +01:00
parent 5acbf9ef59
commit 7541fa7cb7
3 changed files with 1 additions and 5 deletions

View File

@ -18,9 +18,7 @@
#include "Timer.h"
#include "crossplatform.h"
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
#pragma comment( lib, "mss32.lib" )
#endif
// --MIAMI: file done

View File

@ -223,7 +223,7 @@ psGrabScreen(RwCamera *pCamera)
/*
*****************************************************************************
*/
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
#ifdef _WIN32
#pragma comment( lib, "Winmm.lib" ) // Needed for time
RwUInt32
psTimer(void)

View File

@ -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>