mirror of https://github.com/encounter/SDL.git
Fixed compiler warning
This commit is contained in:
parent
d49962359a
commit
86655b64ef
|
@ -261,7 +261,7 @@ DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )
|
|||
"CreateDXGIFactory");
|
||||
if (CreateDXGI) {
|
||||
GUID dxgiGUID = {0x7b7166ec,0x21c7,0x44ae,{0xb2,0x1a,0xc9,0xae,0x32,0x1a,0xe3,0x69}};
|
||||
if( !SUCCEEDED( CreateDXGI( &dxgiGUID, pDXGIFactory ))) {
|
||||
if( !SUCCEEDED( CreateDXGI( &dxgiGUID, (void**)pDXGIFactory ))) {
|
||||
*pDXGIFactory = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue