engine: win32: fix inconsistent dll linkage

This commit is contained in:
Alibek Omarov 2019-08-09 02:51:15 +03:00
parent 8bb6aa2c51
commit 00b9ac676e
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@ GNU General Public License for more details.
#include "platform/platform.h"
#include "menu_int.h"
#ifdef _WIN32
BOOL WINAPI IsDebuggerPresent(VOID);
#endif // _WIN32
#if XASH_TIMER == TIMER_WIN32
double Platform_DoubleTime( void )
{