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... ============================================================================== --- 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) {