diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:12:17 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:12:17 +0200 |
commit | b654dbfa5f3e4a4d02f72023f7c5895635aa6396 (patch) | |
tree | 8c1dfe7f638c0fc7afc1d08bc2fc0fd0f8646e5e /shared/c_dll.h | |
parent | 3.17 (diff) | |
download | FreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.tar.gz FreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.tar.bz2 FreeFileSync-b654dbfa5f3e4a4d02f72023f7c5895635aa6396.zip |
3.18
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; } |