23 lines
447 B
C
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)))
|
||
|
|