wine/include guiddef.h

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 2 07:17:52 CDT 2005


ChangeSet ID:	19941
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/02 07:17:52

Modified files:
	include        : guiddef.h 

Log message:
	Troy Rollo <wine at troy.rollo.name>
	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.

Patch: http://cvs.winehq.org/patch.py?id=19941

Old revision  New revision  Changes     Path
 1.8           1.9           +7 -1       wine/include/guiddef.h




More information about the wine-cvs mailing list