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.

43 lines
917 B

  1. #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
  2. #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
  3. #include <windows.h>
  4. #include <objbase.h>
  5. #include <atlbase.h>
  6. #include <msxml.h>
  7. #include <string.h>
  8. #include <io.h>
  9. #include <stdio.h>
  10. #include <stdlib.h>
  11. #include <fcntl.h>
  12. #include <sys/types.h>
  13. #include <sys/stat.h>
  14. #include <malloc.h>
  15. #include <assert.h>
  16. #ifdef DEBUG
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. _CRTIMP void __cdecl _assert(void *, void *, unsigned);
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #ifdef assert
  25. #undef assert
  26. #endif
  27. #define assert(exp) (void)( (exp) || (_assert(#exp, __FILE__, __LINE__), 0) )
  28. #endif
  29. //extern CComModule _Module;
  30. //#include <atlcom.h>
  31. //#include <atlwin.h>
  32. //#include <atlhost.h>
  33. //#include <atlctl.h>
  34. #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)