Update irrXML.h

FIx export directive for linux.
pull/2378/head
Kim Kulling 2019-04-08 12:49:07 +02:00 committed by GitHub
parent 010afeb1d8
commit 37357515fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
#include <stdio.h>
#ifdef _WIN32
# define IRRXML_API __declspec(dllexport)
# define IRRXML_API __declspec(dllexport)
#else
# define IRRXML_API
# define IRRXML_API __attribute__ ((visibility("default")))
#endif // _WIN32
/** \mainpage irrXML 1.2 API documentation