Try fix build again

svn path=/branches/ros-amd64-bringup/; revision=45127
This commit is contained in:
Samuel Serapion 2010-01-17 22:36:11 +00:00
parent dccc119ded
commit 9e33320c2a
3 changed files with 14 additions and 4 deletions

View file

@ -97,7 +97,7 @@
<!--
Whether to compile the multi processor versions for ntoskrnl and hal.
-->
<property name="BUILD_MP" value="0" />
<property name="BUILD_MP" value="1" />
<!--
Whether to compile any usermode parts. This is while kernel mode is under

View file

@ -290,11 +290,11 @@ EXPORTS
_fstat64 @284
_fstati64 @285
_ftime @286
; _ftime64 @287 ???
_ftime64 @287
; _ftol @288 ???
_fullpath @289
_futime @290
; _futime64 @291
_futime64 @291
_gcvt @292
; _get_heap_handle @293
_get_osfhandle @294
@ -848,3 +848,13 @@ EXPORTS
wctomb @840
wprintf @841
wscanf @842
_mbsnbcpy_s
wcscpy_s
wcsncpy_s
;_ftol2=_ftol
;_ftol2_sse=_ftol
strcat_s
strcpy_s
_swprintf=swprintf

View file

@ -419,7 +419,7 @@ CLEANUP:
BOOL FASTCALL
IntTranslateKbdMessage(LPMSG lpMsg,
HKL dwhkl)
UINT flags)
{
PTHREADINFO pti;
static INT dead_char = 0;