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

Windows编程

开发平台:

Visual C++

  1. //--------------------------------------------------------------
  2. // common user interface routines
  3. //
  4. //
  5. //--------------------------------------------------------------
  6. #ifndef STRICT
  7. #define STRICT
  8. #endif
  9. #define INC_OLE2        // WIN32, get ole2 from windows.h
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <shlobj.h>
  13. #define ResultFromShort(i)  ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))