Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
447 B

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