| commit | 7d19bf5d619fb50b53dbc6c9ea4bc8bd04c448f3 | [log] [tgz] |
|---|---|---|
| author | Troy Rollo <wine@troy.rollo.name> | Fri Sep 02 12:17:52 2005 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Sep 02 12:17:52 2005 +0000 |
| tree | 4d21dd9e7f280157eeb9e95bbb34e1abb0825cd5 | |
| parent | 1aad8088e5188ffafbab07dc3a20fa36d396a78b [diff] |
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.