Style nits.

This commit is contained in:
Themaister 2012-11-15 09:40:31 +01:00
parent 4a198a83a8
commit 0e729bcaa0
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@
*/
#ifdef _MSC_VER
#pragma comment( lib, "winmm" )
#pragma comment(lib, "winmm")
#endif
#include "gfx_common.h"

View File

@ -15,7 +15,7 @@
*/
#ifdef _MSC_VER
#pragma comment( lib, "opengl32" )
#pragma comment(lib, "opengl32")
#endif
#include "../driver.h"

View File

@ -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"

View File

@ -14,7 +14,7 @@
*/
#ifdef _MSC_VER
#pragma comment( lib, "Dinput8" )
#pragma comment(lib, "dinput8")
#endif
#undef DIRECTINPUT_VERSION

View File

@ -14,7 +14,7 @@
*/
#ifdef _MSC_VER
#pragma comment( lib, "ws2_32" )
#pragma comment(lib, "ws2_32")
#endif
#include "netplay_compat.h"