precomp.hxx
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. #ifndef __PRECOMPILED_HEADER_H
  2. #define __PRECOMPILED_HEADER_H
  3. ///////////////////////////////////////////////////////////////////////////////
  4. /*  File: precomp.hxx
  5.     Description: Precompiled header file for dskquota project.
  6.         Includes all headers that are compiled into the pre-compiled header.
  7.     Revision History:
  8.     Date        Description                                          Programmer
  9.     --------    ---------------------------------------------------  ----------
  10.     08/06/96    Initial creation.                                    BrianAu
  11. */
  12. ///////////////////////////////////////////////////////////////////////////////
  13. #include <windows.h>
  14. #include <windowsx.h>
  15. #include <ole2.h>
  16. #include <olectl.h>     // Standard OLE interfaces.
  17. #include <shlguid.h>
  18. #include <shlobj.h>
  19. #include <shlobjp.h>
  20. #include <shellapi.h>
  21. #include <shsemip.h>
  22. #include <shellp.h>
  23. #include <comctrlp.h>
  24. #include "settings.h"
  25. #endif // __PRECOMPILED_HEADER_H