More checks before autolinking

This commit is contained in:
Filip Gawin 2021-01-14 22:06:27 +01:00
commit c7b905c0ec
5 changed files with 8 additions and 2 deletions

View file

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