CFx SDK Documentation  2020SP3
FxCommonFramework.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifndef _MSC_VER
4 # define COMMONUI_API __attribute__((visibility("default")))
5 #else
6 # ifdef COMMONUI_EXPORTS
7 # define COMMONUI_API __declspec(dllexport)
8 # else
9 # define COMMONUI_API __declspec(dllimport)
10 #endif
11 #endif