mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 05:32:46 +00:00
10 lines
285 B
C++
10 lines
285 B
C++
// various stuff to force Visual Studio to play nice
|
|
// not used in compilation, thankfully
|
|
|
|
#undef __cplusplus
|
|
#define __cplusplus 201103L
|
|
|
|
// whee, silly macro bullshit
|
|
#define _GLIBCXX_VISIBILITY(a)
|
|
#define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
|
|
#define _GLIBCXX_END_NAMESPACE_CONTAINER |