diff --git a/audio/dsound.c b/audio/dsound.c index 6ea93dbb36..ef85e7e010 100644 --- a/audio/dsound.c +++ b/audio/dsound.c @@ -15,8 +15,8 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "dsound" ) -#pragma comment( lib, "dxguid" ) +#pragma comment(lib, "dsound") +#pragma comment(lib, "dxguid") #endif #ifdef _XBOX diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c index 8856eed4ba..ebbec9e85d 100644 --- a/gfx/gfx_common.c +++ b/gfx/gfx_common.c @@ -15,7 +15,7 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "winmm" ) +#pragma comment(lib, "winmm") #endif #include "gfx_common.h" diff --git a/gfx/gl.c b/gfx/gl.c index cf7855898b..936dab396a 100644 --- a/gfx/gl.c +++ b/gfx/gl.c @@ -15,7 +15,7 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "opengl32" ) +#pragma comment(lib, "opengl32") #endif #include "../driver.h" diff --git a/gfx/shader_cg.c b/gfx/shader_cg.c index 9011a90ca8..f0066832ec 100644 --- a/gfx/shader_cg.c +++ b/gfx/shader_cg.c @@ -14,8 +14,8 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "cg" ) -#pragma comment( lib, "cggl" ) +#pragma comment(lib, "cg") +#pragma comment(lib, "cggl") #endif #include "shader_cg.h" diff --git a/input/dinput.c b/input/dinput.c index 38097dfab2..fdace84150 100644 --- a/input/dinput.c +++ b/input/dinput.c @@ -14,7 +14,7 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "Dinput8" ) +#pragma comment(lib, "dinput8") #endif #undef DIRECTINPUT_VERSION diff --git a/netplay.c b/netplay.c index 4d2dd60ad4..641326f1ab 100644 --- a/netplay.c +++ b/netplay.c @@ -14,7 +14,7 @@ */ #ifdef _MSC_VER -#pragma comment( lib, "ws2_32" ) +#pragma comment(lib, "ws2_32") #endif #include "netplay_compat.h"