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.

40 lines
842 B

  1. /******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 2000
  4. *
  5. * TITLE: precomp.cpp
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: KeisukeT
  10. *
  11. * DATE: 8 Sep, 2000
  12. *
  13. * DESCRIPTION:
  14. * Precompiled header
  15. *
  16. *
  17. *******************************************************************************/
  18. #ifndef __PRECOMP_H_INCLUDED
  19. #define __PRECOMP_H_INCLUDED
  20. #include <windows.h>
  21. #include <windowsx.h>
  22. #include <shlobj.h>
  23. #include <commctrl.h>
  24. #include <assert.h>
  25. #include <objbase.h>
  26. #include <setupapi.h>
  27. #include <shfusion.h>
  28. #include <shlobj.h>
  29. #include <stdio.h>
  30. #include <tchar.h>
  31. #include "sticimsg.h"
  32. //
  33. // Make sure this is included last, so it can redefine the necessary stuff
  34. //
  35. #include <shfusion.h>
  36. #endif // __PRECOMP_H_INCLUDED