Browse Source

engine: win32: fix inconsistent dll linkage

pull/2/head
Alibek Omarov 5 years ago
parent
commit
00b9ac676e
  1. 4
      engine/platform/win32/sys_win.c

4
engine/platform/win32/sys_win.c

@ -16,10 +16,6 @@ GNU General Public License for more details. @@ -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 )
{

Loading…
Cancel
Save