Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef PICOSCENES_PLATFORM_NICDLLIMPORT_HXX
2#define PICOSCENES_PLATFORM_NICDLLIMPORT_HXX
7#define DLL_EXPORT __declspec(dllexport)
8#define DLL_IMPORT __declspec(dllimport)
10#define DLL_EXPORT __attribute__((visibility("default")))
15#define NIC_API DLL_EXPORT
17#define NIC_API DLL_IMPORT