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.

31 lines
620 B

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1999
  4. *
  5. * TITLE: precomp.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RickTu
  10. *
  11. * DATE: 5/12/99
  12. *
  13. * DESCRIPTION: Precompiled header file for the preview window
  14. *
  15. *****************************************************************************/
  16. #ifndef __PRECOMP_H_INCLUDED
  17. #define __PRECOMP_H_INCLUDED
  18. #include <windows.h>
  19. #include <commctrl.h>
  20. #include <propidl.h>
  21. #include "uicommon.h"
  22. #include "simcrack.h"
  23. #include "wiadebug.h"
  24. #endif