2004-01-01 Filip Navara <xnavara@volny.cz>
* include/objbase.h: Don't care about value of DBG define. * include/objidl.h: Add some COBJMACROS. * include/ocidl.h: Ditto. * include/oleidl.h: Ditto. * include/servprov.h: Ditto. * include/shlobj.h: Ditto. * include/shlobj.h (IContextMenu2): Correct parent in DECLARE_INTERFACE. * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl): Define interfaces. * include/setupapi.h (SetupGetLineTextA): Correct prototype. Add new constants for _SETUPAPI_VER >= 0x501.
This commit is contained in:
@ -92,7 +92,7 @@ WINOLEAPI_(DWORD) CoGetCurrentProcess(void);
|
||||
WINOLEAPI CoRegisterMallocSpy(LPMALLOCSPY);
|
||||
WINOLEAPI CoRevokeMallocSpy(void);
|
||||
WINOLEAPI CoCreateStandardMalloc(DWORD,IMalloc**);
|
||||
#if DBG == 1
|
||||
#ifdef DBG
|
||||
WINOLEAPI_(ULONG) DebugCoGetRpcFault(void);
|
||||
WINOLEAPI_(void) DebugCoSetRpcFault(ULONG);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user