CFx SDK Documentation
2020SP3
SDK
CFx
commonui_inc
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
Generated on Mon Oct 12 2020 11:49:32