Fix definition of FOUG_DECL macros

This commit is contained in:
Hugues Delorme 2013-01-25 15:37:06 +01:00
parent f73c2c37ad
commit 903d98d565

View File

@ -1,7 +1,7 @@
#ifndef FOUG_C_GLOBAL_H
#define FOUG_C_GLOBAL_H
#if defined(WIN64) || defined(_WIN64) || defined(__WIN64__)
#if defined(WIN64) || defined(_WIN64) || defined(__WIN64__) \
|| defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
# define FOUG_DECL_EXPORT __declspec(dllexport)
# define FOUG_DECL_IMPORT __declspec(dllimport)