mirror of
				https://github.com/taglib/taglib.git
				synced 2025-10-31 07:46:22 -04:00 
			
		
		
		
	Make sure TAGLIB_EXPORT is empty when TAGLIB_STATIC is defined
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1160977 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
		| @ -26,7 +26,9 @@ | ||||
| #ifndef TAGLIB_EXPORT_H | ||||
| #define TAGLIB_EXPORT_H | ||||
|  | ||||
| #if !defined(TAGLIB_STATIC) && (defined(_WIN32) || defined(_WIN64)) | ||||
| #if defined(TAGLIB_STATIC) | ||||
| #define TAGLIB_EXPORT | ||||
| #elif (defined(_WIN32) || defined(_WIN64)) | ||||
| #ifdef MAKE_TAGLIB_LIB | ||||
| #define TAGLIB_EXPORT __declspec(dllexport) | ||||
| #else | ||||
|  | ||||
		Reference in New Issue
	
	Block a user