engine: win32: include shellapi.h
This commit is contained in:
parent
a862e641f1
commit
56938344b8
2 changed files with 2 additions and 1 deletions
|
@ -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 )
|
||||
|
|
2
wscript
2
wscript
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue