PRE.H
Upload User: bangxh
Upload Date: 2007-01-31
Package Size: 42235k
Code Size: 1k
Category:

Windows Develop

Development Platform:

Visual C++

  1. //**********************************************************************
  2. // File name: pre.h
  3. //
  4. //      Used for precompiled headers
  5. //
  6. // Copyright (c) 1993-1997 Microsoft Corporation. All rights reserved.
  7. //**********************************************************************
  8. #if !defined( _PRE_H_)
  9. #define _PRE_H_
  10. #include <windows.h>
  11. #include <ole2.h>
  12. #include "OLEDLG.h"
  13. #include "assert.h"
  14. #include <string.h>
  15. #include "simpcntr.h"
  16. #include "resource.h"
  17. #include <ole2ver.h>
  18. #endif