ICP  1
nxlogger.h
Go to the documentation of this file.
1 #ifndef NXLOGGER_H
2 #define NXLOGGER_H
3 
4 #ifdef NXLOGGER_EXPORTS
5 #define NXLOGGER_API __declspec(dllexport)
6 #else
7 #define NXLOGGER_API __declspec(dllimport)
8 #endif
9 
10 extern "C" {
11  NXLOGGER_API int __stdcall test_nxlogger();
12 };
13 
14 #endif /* NXLOGGER_H */
int __stdcall test_nxlogger()
Definition: nxlogger.cpp:28
#define NXLOGGER_API
Definition: nxlogger.h:7