[ros-diffs] [gbrunmar] 32188: Fixed a compiler warning with msvc

gbrunmar at svn.reactos.org gbrunmar at svn.reactos.org
Thu Feb 7 18:26:07 CET 2008


Author: gbrunmar
Date: Thu Feb  7 20:26:05 2008
New Revision: 32188

URL: http://svn.reactos.org/svn/reactos?rev=32188&view=rev
Log:
Fixed a compiler warning with msvc

Modified:
    trunk/reactos/dll/directx/d3d9/d3d9.c

Modified: trunk/reactos/dll/directx/d3d9/d3d9.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/d3d9/d3d9.c?rev=32188&r1=32187&r2=32188&view=diff
==============================================================================
--- trunk/reactos/dll/directx/d3d9/d3d9.c (original)
+++ trunk/reactos/dll/directx/d3d9/d3d9.c Thu Feb  7 20:26:05 2008
@@ -72,7 +72,7 @@
     {
         if (0 != LoadDebugDll)
         {
-            hDebugDll = LoadLibrary("d3d9d.dll");
+            hDebugDll = LoadLibraryA("d3d9d.dll");
 
             if (0 != hDebugDll)
             {




More information about the Ros-diffs mailing list