engine: win32: include shellapi.h

This commit is contained in:
Alibek Omarov 2019-08-09 03:07:56 +03:00
parent a862e641f1
commit 56938344b8
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ GNU General Public License for more details.
#include "platform/platform.h"
#include "menu_int.h"
#include <shellapi.h>
#if XASH_TIMER == TIMER_WIN32
double Platform_DoubleTime( void )

View File

@ -24,12 +24,12 @@ class Subproject:
SUBDIRS = [
Subproject('public', dedicated=False),
Subproject('engine', dedicated=False),
Subproject('game_launch', singlebin=True),
Subproject('ref_gl'),
# Subproject('ref_soft'),
Subproject('mainui'),
Subproject('vgui_support'),
Subproject('engine', dedicated=False),
]
def subdirs():