Fixed a compiler warning with msvc

svn path=/trunk/; revision=32188
This commit is contained in:
Gregor Brunmar 2008-02-07 17:26:05 +00:00
parent 6848a25e87
commit 26db2d81e1

View file

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