mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Style nits.
This commit is contained in:
parent
4a198a83a8
commit
0e729bcaa0
@ -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
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment( lib, "winmm" )
|
||||
#pragma comment(lib, "winmm")
|
||||
#endif
|
||||
|
||||
#include "gfx_common.h"
|
||||
|
2
gfx/gl.c
2
gfx/gl.c
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment( lib, "opengl32" )
|
||||
#pragma comment(lib, "opengl32")
|
||||
#endif
|
||||
|
||||
#include "../driver.h"
|
||||
|
@ -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"
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment( lib, "Dinput8" )
|
||||
#pragma comment(lib, "dinput8")
|
||||
#endif
|
||||
|
||||
#undef DIRECTINPUT_VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user