mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-27 17:17:26 -04:00
raygui build with exported symbols (#543)
This commit is contained in:
@ -360,6 +360,10 @@
|
||||
#if !defined(_CRT_SECURE_NO_WARNINGS)
|
||||
#define _CRT_SECURE_NO_WARNINGS // Disable unsafe warnings on scanf() functions in MSVC
|
||||
#endif
|
||||
#else
|
||||
#if defined(BUILD_LIBTYPE_SHARED)
|
||||
#define RAYGUIAPI __attribute__((visibility("default"))) // Building as a Unix shared library (.so/.dylib)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Function specifiers definition
|
||||
|
||||
Reference in New Issue
Block a user