From d2854834e18443876c8f75e0a7f3b88d1d549fc4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:15:39 +0200 Subject: 4.2 --- zen/win_ver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/win_ver.h') diff --git a/zen/win_ver.h b/zen/win_ver.h index ca075bbe..6f2639c6 100644 --- a/zen/win_ver.h +++ b/zen/win_ver.h @@ -37,7 +37,7 @@ bool win7OrLater(); namespace impl { inline -bool winXyOrLater(DWORD major, DWORD minor) +bool winXyOrLater(DWORD major, DWORD minor) //migrate: hold version data as static variable, as soon as C++11 thread safe statics are available in VS { OSVERSIONINFO osvi = {}; osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); -- cgit