mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fixed a compiler warning with msvc
svn path=/trunk/; revision=32188
This commit is contained in:
@@ -72,7 +72,7 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion)
|
||||
{
|
||||
if (0 != LoadDebugDll)
|
||||
{
|
||||
hDebugDll = LoadLibrary("d3d9d.dll");
|
||||
hDebugDll = LoadLibraryA("d3d9d.dll");
|
||||
|
||||
if (0 != hDebugDll)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user