PRE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

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 <olestd.h>
  13. #include "assert.h"
  14. #include <string.h>
  15. #include "simpdnd.h"
  16. #include "resource.h"
  17. #include <ole2ver.h>
  18. #endif