Troy Rollo
7d19bf5d61
For C++, declare initialised GUIDs to be "extern const" rather than
...
just "const" to ensure that the initialised GUID is visible to other
modules, and use EXTERN_C rather than just "extern" for the benefit of
MSVC++, which does name mangling on global variables.
2005-09-02 12:17:52 +00:00
Mike McCormack
e744735f3e
Define LPCGUID.
2005-04-20 12:52:07 +00:00
Mike McCormack
90c29ab3df
Make GUIDs non-const when compiling MIDL/widl generated proxies.
2004-09-06 21:25:16 +00:00
Juan Lang
bd337a8665
#ifdef guard the declaration of type IID to be compatible with
...
midl-generated stubs.
2004-02-09 20:48:57 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Francois Gouget
8a259449d9
Added missing include directives.
2001-05-07 18:20:32 +00:00
Ove Kaaven
ccb257acb5
Fixed C++ operators return value.
2000-08-11 00:39:26 +00:00
Alexandre Julliard
b08cb175de
Added guiddef.h and moved a few GUID definitions to the correct file.
2000-08-03 04:19:24 +00:00