CFx SDK Documentation
2022 SP0
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 Fri Jan 22 2021 18:01:34