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.

34 lines
751 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: PRECOMP.H
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: ShaunIv
  10. *
  11. * DATE: 8/4/1999
  12. *
  13. * DESCRIPTION: Precompiled header for wiadefui
  14. *
  15. *******************************************************************************/
  16. #ifndef __PRECOMP_H_INCLUDED
  17. #define __PRECOMP_H_INCLUDED
  18. #include <windows.h>
  19. #include <commctrl.h>
  20. #include <objbase.h>
  21. #include <atlbase.h>
  22. #include <shellapi.h>
  23. #include <shlobj.h>
  24. #include <sti.h>
  25. #include <wia.h>
  26. #include <uicommon.h>
  27. #include <simcrack.h>
  28. #include <wiadebug.h>
  29. #include "resource.h"
  30. #include <shfusion.h>
  31. #endif