From 95791329429c90b0affc9d2d91415b5a03f29c3a Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Fri, 2 Jul 2021 14:34:55 +0200 Subject: [PATCH] [d3d9] Remove extra spaces in def file wrc is pickier about this than windres and refuses to accept it. --- src/d3d9/d3d9.def | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/d3d9/d3d9.def b/src/d3d9/d3d9.def index 5eb9053d6..6829b1942 100644 --- a/src/d3d9/d3d9.def +++ b/src/d3d9/d3d9.def @@ -1,22 +1,22 @@ LIBRARY D3D9.DLL EXPORTS - Direct3DShaderValidatorCreate9 @ 24 + Direct3DShaderValidatorCreate9 @24 - PSGPError @ 25 - PSGPSampleTexture @ 26 + PSGPError @25 + PSGPSampleTexture @26 - D3DPERF_BeginEvent @ 27 - D3DPERF_EndEvent @ 28 - D3DPERF_GetStatus @ 29 - D3DPERF_QueryRepeatFrame @ 30 - D3DPERF_SetMarker @ 31 - D3DPERF_SetOptions @ 32 - D3DPERF_SetRegion @ 33 + D3DPERF_BeginEvent @27 + D3DPERF_EndEvent @28 + D3DPERF_GetStatus @29 + D3DPERF_QueryRepeatFrame @30 + D3DPERF_SetMarker @31 + D3DPERF_SetOptions @32 + D3DPERF_SetRegion @33 - DebugSetLevel @ 34 - DebugSetMute @ 35 + DebugSetLevel @34 + DebugSetMute @35 - Direct3D9EnableMaximizedWindowedModeShim @ 36 + Direct3D9EnableMaximizedWindowedModeShim @36 - Direct3DCreate9 @ 37 - Direct3DCreate9Ex @ 38 + Direct3DCreate9 @37 + Direct3DCreate9Ex @38