NDEVR
API Documentation
FactoryDefs.h
Go to the documentation of this file.
1
32#pragma once
47#ifndef FACTORY_DLL
48/*#ifdef FACTORY_DLL_EXPORT
49#define FACTORY_DLL __declspec(dllexport)
50#elif defined(FACTORY_DLL_IMPORT)
51#define FACTORY_DLL __declspec(dllimport)
52#elif defined(__GNUC__)
53#define FACTORY_DLL __attribute__ ((visibility("default")))
54#else*/
60#define FACTORY_DLL
61//#endif
62#endif