diff --git a/code/win32/vs/botlib.vcxproj b/code/win32/vs/botlib.vcxproj index f01f8fc..f184403 100644 --- a/code/win32/vs/botlib.vcxproj +++ b/code/win32/vs/botlib.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,25 +27,25 @@ StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 diff --git a/code/win32/vs/cgame.vcxproj b/code/win32/vs/cgame.vcxproj index 292f0a8..573aa13 100644 --- a/code/win32/vs/cgame.vcxproj +++ b/code/win32/vs/cgame.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -26,22 +26,22 @@ DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 diff --git a/code/win32/vs/game.vcxproj b/code/win32/vs/game.vcxproj index 03b8de2..d1aafa4 100644 --- a/code/win32/vs/game.vcxproj +++ b/code/win32/vs/game.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -26,22 +26,22 @@ DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 DynamicLibrary false - v120 + v140 diff --git a/code/win32/vs/q3_ui.vcxproj b/code/win32/vs/q3_ui.vcxproj index 60c1532..4ff8931 100644 --- a/code/win32/vs/q3_ui.vcxproj +++ b/code/win32/vs/q3_ui.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,25 +27,25 @@ DynamicLibrary false MultiByte - v120 + v140 DynamicLibrary false MultiByte - v120 + v140 DynamicLibrary false MultiByte - v120 + v140 DynamicLibrary false MultiByte - v120 + v140 diff --git a/code/win32/vs/quake3.vcxproj b/code/win32/vs/quake3.vcxproj index 05a2401..2d29aeb 100644 --- a/code/win32/vs/quake3.vcxproj +++ b/code/win32/vs/quake3.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -26,22 +26,22 @@ Application false - v120 + v140 Application false - v120 + v140 Application false - v120 + v140 Application false - v120 + v140 diff --git a/code/win32/vs/renderer.vcxproj b/code/win32/vs/renderer.vcxproj index 4418ab7..fb2bda4 100644 --- a/code/win32/vs/renderer.vcxproj +++ b/code/win32/vs/renderer.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -27,25 +27,25 @@ StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 StaticLibrary false MultiByte - v120 + v140 diff --git a/code/win32/win_glimp.c b/code/win32/win_glimp.c index f725be9..30f33b3 100644 --- a/code/win32/win_glimp.c +++ b/code/win32/win_glimp.c @@ -1186,10 +1186,10 @@ void GLimp_Init( void ) // save off hInstance and wndproc cv = ri.Cvar_Get( "win_hinstance", "", 0 ); - sscanf( cv->string, "%p", (void *)&g_wv.hInstance ); + sscanf( cv->string, "%p", (void **)&g_wv.hInstance ); cv = ri.Cvar_Get( "win_wndproc", "", 0 ); - sscanf( cv->string, "%p", (void *)&glw_state.wndproc ); + sscanf( cv->string, "%p", (void **)&glw_state.wndproc ); r_allowSoftwareGL = ri.Cvar_Get( "r_allowSoftwareGL", "0", CVAR_LATCH ); r_maskMinidriver = ri.Cvar_Get( "r_maskMinidriver", "0", CVAR_LATCH );