* include/basetyps.h (REFFMTID): Define properly.
This commit is contained in:
parent
6bcc8fbabb
commit
b1cceb5f92
|
@ -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>
|
||||
|
||||
* include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
|
||||
|
|
|
@ -134,14 +134,17 @@ typedef unsigned long PROPID;
|
|||
#define REFGUID const GUID&
|
||||
#define REFIID const IID&
|
||||
#define REFCLSID const CLSID&
|
||||
#define REFFMTID const FMTID&
|
||||
#else
|
||||
#define REFGUID const GUID* const
|
||||
#define REFIID const IID* const
|
||||
#define REFCLSID const CLSID* const
|
||||
#define REFFMTID const FMTID* const
|
||||
#endif
|
||||
#define _REFGUID_DEFINED
|
||||
#define _REFIID_DEFINED
|
||||
#define _REFCLSID_DEFINED
|
||||
#define _REFFMTID_DEFINED
|
||||
#endif
|
||||
#ifndef GUID_SECTION
|
||||
#define GUID_SECTION ".text"
|
||||
|
|
Loading…
Reference in New Issue