Source code of Windows XP (NT5)
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
289 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);