mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +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:
parent
3b4ec883fa
commit
4410a2013e
2 changed files with 2 additions and 2 deletions
|
@ -1033,7 +1033,7 @@ WCHAR *PARSER_get_dest_dir( INFCONTEXT *context )
|
||||||
const WCHAR *dir;
|
const WCHAR *dir;
|
||||||
WCHAR *ptr, *ret;
|
WCHAR *ptr, *ret;
|
||||||
INT dirid;
|
INT dirid;
|
||||||
unsigned int len1;
|
unsigned int len1 = 0;
|
||||||
DWORD len2;
|
DWORD len2;
|
||||||
|
|
||||||
if (!SetupGetIntField( context, 1, &dirid )) return NULL;
|
if (!SetupGetIntField( context, 1, &dirid )) return NULL;
|
||||||
|
|
|
@ -125,7 +125,7 @@ IntGdiExtEscape(
|
||||||
&BitmapObj->SurfObj,
|
&BitmapObj->SurfObj,
|
||||||
Escape,
|
Escape,
|
||||||
InSize,
|
InSize,
|
||||||
(PVOID)InData,
|
(PVOID)((ULONG_PTR)InData),
|
||||||
OutSize,
|
OutSize,
|
||||||
(PVOID)OutData);
|
(PVOID)OutData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue