Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* Global vars */ extern HINSTANCE hInst; extern HWND MainhWnd; extern BOOL settingChanged; extern DWORD platform;
/**************************************************************/ // Functions in this file
/**************************************************************/ void Create_The_Rest(LPSTR lpCmdLine, HINSTANCE hInstance); void ReadIn_OldDict(HINSTANCE hInstance); BOOL BLDExitApplication(HWND hWnd); void ConfigSwitchKey(UINT vk, BOOL bSet); void ConfigPort(BOOL bSet); BOOL BLDMenuCommand(HWND, unsigned , WPARAM, LPARAM);
|