* include/objbase.h (CoAddRefServerProcess): Add prototype.

(CoAddReleaseServerProcess): Ditto.
	(CoResumeClassObjects): Ditto.
	(CoSuspendClassObjects): Ditto.
	* include/oleauto.h (V_I1): Define.
	Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
This commit is contained in:
Danny Smith
2003-03-01 07:19:36 +00:00
parent 8c061d6294
commit c498f2e35a
3 changed files with 14 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
#define V_BYREF(X) V_UNION(X,byref)
#define V_DECIMAL(X) V_UNION(X,decVal)
#define V_DECIMALREF(X) V_UNION(X,pdecVal)
#define V_I1(X) V_UNION(X,cVal)
#include <oaidl.h>