CFx SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
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 Wed Apr 5 2023 17:29:26