|
GLIP-Lib
|
Go to the documentation of this file.
24 #ifndef __LIBTOOLS_INCLUDE__
25 #define __LIBTOOLS_INCLUDE__
28 #define GLIP_API __declspec(dllexport)
29 #define GLIP_API_FUNC __declspec(dllexport) extern
32 #define GLIP_API_FUNC extern
35 #define UNUSED_PARAMETER(x) (void)(x);