QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cl_sys_win.c File Reference

Macros

#define MAXIMUM_WIN_MEMORY   0x1000000
 
#define MINIMUM_WIN_MEMORY   0x0c00000
 
#define NOT_FOCUS_SLEEP   20
 
#define PAUSE_SLEEP   50
 

Functions

int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 

Variables

qboolean ActiveApp
 
HINSTANCE global_hInstance
 
int global_nCmdShow
 
HWND hwnd_dialog
 
qboolean Minimized
 
HANDLE qwclsemaphore
 
qboolean WinNT
 

Macro Definition Documentation

#define MAXIMUM_WIN_MEMORY   0x1000000
#define MINIMUM_WIN_MEMORY   0x0c00000
#define NOT_FOCUS_SLEEP   20
#define PAUSE_SLEEP   50

Function Documentation

int WINAPI WinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPSTR  lpCmdLine,
int  nCmdShow 
)

Variable Documentation

qboolean ActiveApp
HINSTANCE global_hInstance
int global_nCmdShow
HWND hwnd_dialog
qboolean Minimized
HANDLE qwclsemaphore
qboolean WinNT