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.

8 lines
297 B

  1. /*************************************************************/
  2. //Functions in this file
  3. /*************************************************************/
  4. void SendErrorMessage(UINT ids_string);
  5. void GetPreferences(void);
  6. DWORD WhatPlatform(void);
  7. BOOL IsOutOfScreen(int scrCX, int scrCY);