Browse Source

Fixed clang build.

Branimir Karadzic 11 years ago
parent
commit
7c2b232220
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bgfx.cpp

+ 1 - 1
src/bgfx.cpp

@@ -1332,7 +1332,7 @@ namespace bgfx
 		VER_SET_CONDITION(cond, VER_MINORVERSION, VER_GREATER_EQUAL);
 		return !!VerifyVersionInfoA(&ovi, VER_MAJORVERSION | VER_MINORVERSION, cond);
 #else
-		BX_UNUSED(_winver);
+		BX_UNUSED(_version);
 		return false;
 #endif // BX_PLATFORM_WINDOWS
 	}