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.

12 lines
301 B

  1. #ifndef _globals_h
  2. class CTrapReg;
  3. extern CTrapReg g_reg;
  4. extern TCHAR g_chThousandSep; // The thousands separator character
  5. extern BOOL g_abLcSourceSortAscending[];
  6. extern BOOL g_abLcEventsSortAscending[];
  7. #define MAX_STRING 1024
  8. #define FILE_DEF_EXT _T("*.*")
  9. #endif //_globals_h