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.

26 lines
366 B

  1. //
  2. // StdAfx.h
  3. //
  4. #define STRICT
  5. #define VC_EXTRALEAN
  6. #include <windows.h>
  7. #include <tchar.h>
  8. #include <stdarg.h>
  9. // fauxmfc.cpp needs these
  10. #include <stdlib.h>
  11. #include <stdio.h>
  12. #include <limits.h>
  13. #include "Debug.h"
  14. #define _FAUXMFC_NO_SYNCOBJ
  15. #include "FauxMFC.h"
  16. #include "Util.h"
  17. #define _REG_ALLOCMEM 0
  18. #include "Registry.h"