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.

56 lines
1.2 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. PCH
  7. Revision History:
  8. created derekm 07/07/00
  9. ******************************************************************************/
  10. #if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
  11. #define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif // _MSC_VER > 1000
  15. #define PFCLICFG_LITE 1
  16. #ifndef DEBUG
  17. #define NOTRACE 1
  18. #endif
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <windows.h>
  23. #include <winsta.h>
  24. #include <malloc.h>
  25. #include <stdio.h>
  26. #include <wchar.h>
  27. #include <dbghelp.h>
  28. #include <util.h>
  29. #include <pfrcfg.h>
  30. #include <faultrep.h>
  31. #include <ercommon.h>
  32. #include <strsafe.h>
  33. #include "resource.h"
  34. #include "msodw.h"
  35. #include "frutil.h"
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)