Source code of Windows XP (NT5)
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.

60 lines
1.3 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1998.
  5. //
  6. // File: priv.h
  7. //
  8. // Contents: precompiled header for shgina.dll
  9. //
  10. //----------------------------------------------------------------------------
  11. #ifndef _PRIV_H_
  12. #define _PRIV_H_
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. #include <windows.h>
  17. #include <process.h>
  18. #include <malloc.h>
  19. #include <uxtheme.h>
  20. // DirectUser and DirectUI
  21. #include <wchar.h>
  22. #ifdef GADGET_ENABLE_GDIPLUS
  23. #include <objbase.h> // CoCreateInstance, IUnknown
  24. #pragma warning(push, 3)
  25. #include <GdiPlus.h> // GDI+
  26. #pragma warning(pop)
  27. #endif
  28. #define GADGET_ENABLE_TRANSITIONS
  29. #define GADGET_ENABLE_CONTROLS
  30. #include <duser.h>
  31. #include <directui.h>
  32. #include <debug.h>
  33. #include <ccstock.h>
  34. #include <shlguid.h>
  35. #include <shlobj.h>
  36. #include <shlobjp.h>
  37. #include <shlwapi.h> // these are needed
  38. #include <shlwapip.h> // for QISearch
  39. #include <shgina.h> // our IDL generated header file
  40. #include <lmcons.h> // for NET_API_STATUS
  41. #include <lmaccess.h> // for DetermineGuestAccountName
  42. #include <lmapibuf.h> // for NetApiBufferFree
  43. // Work-around to get GIDL compiling
  44. #undef ASSERT
  45. #define ASSERT(f) ((void)0)
  46. #endif // _PRIV_H_