Quark
0.1
Quark.h++
Go to the documentation of this file.
1
2
#ifndef __libquark_util_Quark_hxx
3
#define __libquark_util_Quark_hxx
4
/*
5
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
6
#if defined(LIBQUARK_STATIC)
7
#define LIBQUARK_API
8
#elif defined(LIBQUARK_EXPORTS)
9
#define LIBQUARK_API __declspec(dllexport)
10
#else // ! LIBQUARK_EXPORTS
11
#define LIBQUARK_API __declspec(dllimport)
12
#endif // LIBQUARK_STATIC
13
#else // ! WIN32
14
#define LIBQUARK_API
15
#endif // WIN32
16
*/
17
18
#define LIBQUARK_API
19
20
#define QUARK_DECL(NS, CLASS) \
21
namespace quark { \
22
namespace NS { \
23
class CLASS; \
24
} \
25
}
26
53
#endif // __libquark_util_Quark_hxx
util
quark
Quark.h++
Generated by
1.8.13