mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
Fixed a compiler warning with msvc
svn path=/trunk/; revision=32188
This commit is contained in:
parent
6848a25e87
commit
26db2d81e1
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ IDirect3D9* WINAPI Direct3DCreate9(UINT SDKVersion)
|
||||||
{
|
{
|
||||||
if (0 != LoadDebugDll)
|
if (0 != LoadDebugDll)
|
||||||
{
|
{
|
||||||
hDebugDll = LoadLibrary("d3d9d.dll");
|
hDebugDll = LoadLibraryA("d3d9d.dll");
|
||||||
|
|
||||||
if (0 != hDebugDll)
|
if (0 != hDebugDll)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue