mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
This is the last fix for GCC4.2. Now everything can be built with -O3
svn path=/trunk/; revision=25582
This commit is contained in:
@@ -1033,7 +1033,7 @@ WCHAR *PARSER_get_dest_dir( INFCONTEXT *context )
|
||||
const WCHAR *dir;
|
||||
WCHAR *ptr, *ret;
|
||||
INT dirid;
|
||||
unsigned int len1;
|
||||
unsigned int len1 = 0;
|
||||
DWORD len2;
|
||||
|
||||
if (!SetupGetIntField( context, 1, &dirid )) return NULL;
|
||||
|
||||
@@ -125,7 +125,7 @@ IntGdiExtEscape(
|
||||
&BitmapObj->SurfObj,
|
||||
Escape,
|
||||
InSize,
|
||||
(PVOID)InData,
|
||||
(PVOID)((ULONG_PTR)InData),
|
||||
OutSize,
|
||||
(PVOID)OutData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user