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.

15 lines
551 B

  1. /* Global vars */
  2. extern HINSTANCE hInst;
  3. extern HWND MainhWnd;
  4. extern BOOL settingChanged;
  5. extern DWORD platform;
  6. /**************************************************************/
  7. // Functions in this file
  8. /**************************************************************/
  9. void Create_The_Rest(LPSTR lpCmdLine, HINSTANCE hInstance);
  10. void ReadIn_OldDict(HINSTANCE hInstance);
  11. BOOL BLDExitApplication(HWND hWnd);
  12. void ConfigSwitchKey(UINT vk, BOOL bSet);
  13. void ConfigPort(BOOL bSet);
  14. BOOL BLDMenuCommand(HWND, unsigned , WPARAM, LPARAM);