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.

21 lines
354 B

  1. // stdhdr.h
  2. //
  3. // Only include this stuff once
  4. #ifndef __STDHDR_H
  5. #define __STDHDR_H
  6. // Windows Header Files:
  7. #include <windows.h>
  8. #include <tchar.h>
  9. #include <wininet.h>
  10. #include <winineti.h>
  11. // C RunTime Header Files
  12. #include <stdlib.h>
  13. #include <malloc.h>
  14. #include <memory.h>
  15. // Local Header Files
  16. #include "cdcache.h"
  17. #endif