mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
Nuked #include <commctrl.h>
This commit is contained in:
parent
e91739410d
commit
0348d7c870
1 changed files with 1 additions and 3 deletions
|
@ -47,8 +47,6 @@
|
|||
#include "va.h"
|
||||
#include "winquake.h"
|
||||
|
||||
#include <commctrl.h>
|
||||
|
||||
extern void (*vid_menudrawfn) (void);
|
||||
extern void (*vid_menukeyfn) (int);
|
||||
|
||||
|
@ -1560,7 +1558,7 @@ VID_Init (unsigned char *palette)
|
|||
|
||||
hIcon = LoadIcon (global_hInstance, MAKEINTRESOURCE (IDI_ICON1));
|
||||
|
||||
InitCommonControls ();
|
||||
// InitCommonControls ();
|
||||
|
||||
VID_InitDIB (global_hInstance);
|
||||
basenummodes = nummodes = 1;
|
||||
|
|
Loading…
Reference in a new issue