* include/basetyps.h (REFFMTID): Define properly.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | ||||||
|  |  | ||||||
|  | 	* include/basetyps.h (REFFMTID): Define properly. | ||||||
|  |  | ||||||
| 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define. | 	* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define. | ||||||
|   | |||||||
| @@ -134,14 +134,17 @@ typedef unsigned long PROPID; | |||||||
| #define REFGUID const GUID& | #define REFGUID const GUID& | ||||||
| #define REFIID const IID& | #define REFIID const IID& | ||||||
| #define REFCLSID const CLSID& | #define REFCLSID const CLSID& | ||||||
|  | #define REFFMTID const FMTID& | ||||||
| #else | #else | ||||||
| #define REFGUID const GUID* const | #define REFGUID const GUID* const | ||||||
| #define REFIID const IID* const | #define REFIID const IID* const | ||||||
| #define REFCLSID const CLSID* const | #define REFCLSID const CLSID* const | ||||||
|  | #define REFFMTID const FMTID* const | ||||||
| #endif | #endif | ||||||
| #define _REFGUID_DEFINED | #define _REFGUID_DEFINED | ||||||
| #define _REFIID_DEFINED | #define _REFIID_DEFINED | ||||||
| #define _REFCLSID_DEFINED | #define _REFCLSID_DEFINED | ||||||
|  | #define _REFFMTID_DEFINED | ||||||
| #endif | #endif | ||||||
| #ifndef GUID_SECTION | #ifndef GUID_SECTION | ||||||
| #define GUID_SECTION ".text" | #define GUID_SECTION ".text" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user