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.

31 lines
1.2 KiB

  1. #include <windows.h>
  2. #pragma warning(disable:4115) // named type definition in parentheses
  3. #pragma warning(disable:4201) // nonstandard extension used : nameless struct/union
  4. #include <ccstock.h>
  5. #pragma warning(disable:4096) // '__cdecl' must be used with '...'
  6. #pragma warning(disable:4057) // 'function' : '__int64 *' differs in indirection to slightly different base types from 'unsigned __int64 *'
  7. #pragma warning(disable:4127) // conditional expression is constant
  8. #pragma warning(disable:4214) // nonstandard extension used : bit field types other than int
  9. #pragma warning(disable:4505) // 'MyStrToIntExW' : unreferenced local function has been removed
  10. #pragma warning(disable:4706) // assignment within conditional expresion
  11. //
  12. // Here's some build hokiness. First include debug.h to get the standard debug include file.
  13. // Then define DECLARE_DEBUG and let ..\..\..\lib\debug.c include debug.h so the appropriate
  14. // debug variables are declared.
  15. //
  16. #include <debug.h>
  17. #define DECLARE_DEBUG
  18. #define SZ_DEBUGINI "ccshell.ini"
  19. #define SZ_DEBUGSECTION "ncxpnt"
  20. #define SZ_MODULE "NCXPNT"
  21. #include "..\..\..\lib\debug.c"