Fixed a compiler warning with msvc
authorGregor Brunmar <gbrunmar.ros@gmail.com>
Thu, 7 Feb 2008 17:26:05 +0000 (17:26 +0000)
committerGregor Brunmar <gbrunmar.ros@gmail.com>
Thu, 7 Feb 2008 17:26:05 +0000 (17:26 +0000)
svn path=/trunk/; revision=32188

reactos/dll/directx/d3d9/d3d9.c

index de89199..9836749 100644 (file)
@@ -72,7 +72,7 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion)
     {
         if (0 != LoadDebugDll)
         {
-            hDebugDll = LoadLibrary("d3d9d.dll");
+            hDebugDll = LoadLibraryA("d3d9d.dll");
 
             if (0 != hDebugDll)
             {