Loading...
Searching...
No Matches
Go to the documentation of this file.
5#ifndef ENGINE_LIB_DLL_EXPORT_H_
6#define ENGINE_LIB_DLL_EXPORT_H_
9#ifdef BUILD_SHARED_LIBS
10#ifdef ENGINE_LIB_EXPORTS
11#define DLLEXPORT __declspec(dllexport)
13#define DLLEXPORT __declspec(dllimport)