Fix definition of FOUG_DECL macros
This commit is contained in:
parent
f73c2c37ad
commit
903d98d565
@ -1,7 +1,7 @@
|
|||||||
#ifndef FOUG_C_GLOBAL_H
|
#ifndef FOUG_C_GLOBAL_H
|
||||||
#define 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__)
|
|| defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
|
||||||
# define FOUG_DECL_EXPORT __declspec(dllexport)
|
# define FOUG_DECL_EXPORT __declspec(dllexport)
|
||||||
# define FOUG_DECL_IMPORT __declspec(dllimport)
|
# define FOUG_DECL_IMPORT __declspec(dllimport)
|
||||||
|
Loading…
Reference in New Issue
Block a user