Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
MyGUI
MyGUI-gcc47-visibility.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File MyGUI-gcc47-visibility.patch of Package MyGUI
diff -Naur MyGUI_3.2.2.orig/MyGUIEngine/include/MyGUI_Singleton.h MyGUI_3.2.2/MyGUIEngine/include/MyGUI_Singleton.h --- MyGUI_3.2.2.orig/MyGUIEngine/include/MyGUI_Singleton.h +++ MyGUI_3.2.2/MyGUIEngine/include/MyGUI_Singleton.h @@ -52,8 +52,14 @@ } private: +#if MYGUI_COMPILER == MYGUI_COMPILER_MSVC || MYGUI_PLATFORM == MYGUI_PLATFORM_APPLE static T* msInstance; static const char* mClassTypeName; +#else + static MYGUI_EXPORT T* msInstance; + + static MYGUI_EXPORT const char* mClassTypeName; +#endif }; } // namespace MyGUI
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor