From 26db2d81e168d58dffa308fc8580d3e389f71013 Mon Sep 17 00:00:00 2001 From: Gregor Brunmar Date: Thu, 7 Feb 2008 17:26:05 +0000 Subject: [PATCH] Fixed a compiler warning with msvc svn path=/trunk/; revision=32188 --- reactos/dll/directx/d3d9/d3d9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/d3d9/d3d9.c b/reactos/dll/directx/d3d9/d3d9.c index de891991791..98367490823 100644 --- a/reactos/dll/directx/d3d9/d3d9.c +++ b/reactos/dll/directx/d3d9/d3d9.c @@ -72,7 +72,7 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion) { if (0 != LoadDebugDll) { - hDebugDll = LoadLibrary("d3d9d.dll"); + hDebugDll = LoadLibraryA("d3d9d.dll"); if (0 != hDebugDll) {