windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/test/outhndlr/priv.h
2020-09-26 16:20:57 +08:00

23 lines
447 B
C

//--------------------------------------------------------------
// 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>
#include "mobsync.h"
#define ResultFromShort(i) ResultFromScode(MAKE_SCODE(SEVERITY_SUCCESS, 0, (USHORT)(i)))