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.

15 lines
492 B

  1. /* special characters for handling symbol information */
  2. /* note that we use characters in the private use area, as */
  3. /* these will never be emitted (hopefully) by MultiByteToWideChar */
  4. #define SYMDEFSTART 0xe000
  5. #define SYMUSESTART 0xe001
  6. #define SYMDELIMIT 0xe002
  7. #define USR_RESOURCE 0
  8. #define SYS_RESOURCE 1
  9. #define IGN_RESOURCE 2
  10. #define WIN_RESOURCE 3
  11. extern int afxReadOnlySymbols;
  12. extern int afxHiddenSymbols;
  13. extern WCHAR* afxSzReadOnlySymbols;
  14. extern WCHAR* afxSzHiddenSymbols;