diff options
Diffstat (limited to '3rdParty/Boost/win32_stubs.cpp')
-rw-r--r-- | 3rdParty/Boost/win32_stubs.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdParty/Boost/win32_stubs.cpp b/3rdParty/Boost/win32_stubs.cpp new file mode 100644 index 0000000..1558253 --- /dev/null +++ b/3rdParty/Boost/win32_stubs.cpp @@ -0,0 +1,4 @@ +extern "C" { + void tss_cleanup_implemented() { + } +} |