diff options
Diffstat (limited to 'zen/win_ver.h')
-rw-r--r-- | zen/win_ver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/win_ver.h b/zen/win_ver.h index 97b6d7e1..9cf792f2 100644 --- a/zen/win_ver.h +++ b/zen/win_ver.h @@ -125,7 +125,7 @@ inline bool running64BitWindows() //http://blogs.msdn.com/b/oldnewthing/archive/2005/02/01/364563.aspx { static_assert(zen::is32BitBuild || zen::is64BitBuild, ""); - return is64BitBuild || runningWOW64(); //should we bother to make this a compile-time check? + return is64BitBuild || runningWOW64(); //should we bother to make this a compile-time check for the first case? } } |