mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-08 00:39:47 +02:00
fix indentation
This commit is contained in:
parent
74ecbec1c7
commit
9e7f4e604a
4
Global.h
4
Global.h
@ -215,10 +215,10 @@ using TLockGuardRec = std::lock_guard<std::recursive_mutex>;
|
|||||||
/* ---------------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------------- */
|
||||||
// Import + Export macro declarations
|
// Import + Export macro declarations
|
||||||
#ifdef VCMI_WINDOWS
|
#ifdef VCMI_WINDOWS
|
||||||
#ifdef VCMI_DLL_STATIC
|
# ifdef VCMI_DLL_STATIC
|
||||||
# define DLL_IMPORT
|
# define DLL_IMPORT
|
||||||
# define DLL_EXPORT
|
# define DLL_EXPORT
|
||||||
#elif defined(__GNUC__)
|
# elif defined(__GNUC__)
|
||||||
# define DLL_IMPORT __attribute__((dllimport))
|
# define DLL_IMPORT __attribute__((dllimport))
|
||||||
# define DLL_EXPORT __attribute__((dllexport))
|
# define DLL_EXPORT __attribute__((dllexport))
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user