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.

49 lines
1.0 KiB

  1. //**********************************************************************
  2. // File name: pre.h
  3. //
  4. // Used for precompiled headers
  5. //
  6. // Copyright (c) 1993-1996 Microsoft Corporation. All rights reserved.
  7. //**********************************************************************
  8. #if !defined( _PRE_H_)
  9. #define _PRE_H_
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <wchar.h>
  13. #include <ole2.h>
  14. #include <assert.h>
  15. #include <string.h>
  16. #include <ccstock.h>
  17. #include <commctrl.h>
  18. #include <locale.h>
  19. #include <malloc.h>
  20. #include <wininet.h>
  21. #include <regstr.h>
  22. #include <shlwapi.h>
  23. #include <shlwapip.h>
  24. #include "icwunicd.h"
  25. #include "icwcmn.h"
  26. #include "icwhelp.h"
  27. #include "connect.h"
  28. #include "webview.h" // ICW WEBView Interface
  29. #include "wizdef.h"
  30. #include "pagefcns.h"
  31. #include "icwconn1.h"
  32. #include "resource.h"
  33. #include "button.h"
  34. #include "appwnd.h"
  35. #include <ole2ver.h>
  36. #include <exdisp.h>
  37. #include "appdefs.h"
  38. #include "..\inc\debug.h"
  39. #endif