CFx SDK Documentation
2020SP3
SDK
CFx
inc
FxLicensing.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef _MSC_VER
4
#define FXLICENSINGAPI_API
5
#else
6
#ifdef FXLICENSING_EXPORTS
7
#define FXLICENSINGAPI_API __declspec(dllexport)
8
#else
9
#define FXLICENSINGAPI_API __declspec(dllimport)
10
#endif
11
#endif
Generated on Mon Oct 12 2020 11:49:32