precomp.hxx
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

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