home *** CD-ROM | disk | FTP | other *** search
- //--------------------------------------------------------------
- // common user interface routines
- //
- //
- //--------------------------------------------------------------
-
- #ifndef STRICT
- #define STRICT
- #endif
-
- #define INC_OLE2 // WIN32, get ole2 from windows.h
-
- #include <windows.h>
- #include <windowsx.h>
- #include <shlobj.h>
-
- #define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))
-
-