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.

52 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995
  5. //
  6. // File: headers.hxx
  7. //
  8. // Contents: Common headers
  9. //
  10. //----------------------------------------------------------------------------
  11. #define _OLEAUT32_
  12. #define INC_OLE2
  13. //#define WIN32_LEAN_AND_MEAN
  14. #define OEMRESOURCE
  15. #define __types_h__
  16. #include <w4warn.h>
  17. #include <windows.h>
  18. #include <windowsx.h>
  19. #include <w4warn.h> // Needed twice 'cause windows.h reenables stuff
  20. #include <stddef.h>
  21. #include <stdlib.h>
  22. #include <string.h>
  23. #include <tchar.h>
  24. #include <olectl.h>
  25. #include <commctrl.h>
  26. #include <activscp.h>
  27. #include <activdbg.h>
  28. #include "f3debug.h"
  29. #include "mem.h"
  30. #include "types.h"
  31. #include "dynary.h"
  32. #include "cstr.h"
  33. #include "threadlock.h"
  34. #include "mtscript.h" // MIDL generated file
  35. #include "scrproc.h" // MIDL generated file
  36. #include "thrdcomm.h"
  37. #include "hostobj.h"
  38. #include "machine.h"
  39. #include "script.h"
  40. #include "factory.h"
  41. #include "process.h"
  42. #include "dialogs.h"
  43. #include "proccomm.h"