From b654dbfa5f3e4a4d02f72023f7c5895635aa6396 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:12:17 +0200 Subject: 3.18 --- shared/c_dll.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shared/c_dll.h') 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 #include -#undef min #include @@ -86,7 +85,7 @@ template inline HandleProvider& HandleProvider::instance() { - static HandleProvider inst; + static HandleProvider inst; //external linkage!!! :) return inst; } -- cgit