Storage.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. //  File:       storage.h
  7. //
  8. //----------------------------------------------------------------------------
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif
  12. #ifndef RC_INVOKED
  13. #pragma message("WARNING: your code should #include objbase.h instead of storage.h")
  14. #endif /* !RC_INVOKED */
  15. #include <objbase.h>