diff options
Diffstat (limited to 'shared/c_dll.h')
-rw-r--r-- | shared/c_dll.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/c_dll.h b/shared/c_dll.h index a80c419e..f913cde9 100644 --- a/shared/c_dll.h +++ b/shared/c_dll.h @@ -9,7 +9,6 @@ #include <string> #include <map> -#undef min #include <algorithm> @@ -86,7 +85,7 @@ template <class S, class T> inline HandleProvider<S, T>& HandleProvider<S, T>::instance() { - static HandleProvider inst; + static HandleProvider inst; //external linkage!!! :) return inst; } |