mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Prevent warning in optimized builds
svn path=/trunk/; revision=16431
This commit is contained in:
@@ -147,7 +147,7 @@ CreateICA(
|
||||
NTSTATUS Status;
|
||||
LPWSTR lpszDriverW, lpszDeviceW, lpszOutputW;
|
||||
UNICODE_STRING Driver, Device, Output;
|
||||
LPDEVMODEW dvmInitW;
|
||||
LPDEVMODEW dvmInitW = NULL;
|
||||
HDC rc = 0;
|
||||
|
||||
Status = HEAP_strdupA2W ( &lpszDriverW, lpszDriver );
|
||||
|
||||
Reference in New Issue
Block a user