Revert extra checks before autolinking

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

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)