mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:53:05 +00:00
Try fix build again
svn path=/branches/ros-amd64-bringup/; revision=45127
This commit is contained in:
parent
dccc119ded
commit
9e33320c2a
3 changed files with 14 additions and 4 deletions
|
@ -97,7 +97,7 @@
|
||||||
<!--
|
<!--
|
||||||
Whether to compile the multi processor versions for ntoskrnl and hal.
|
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
|
Whether to compile any usermode parts. This is while kernel mode is under
|
||||||
|
|
|
@ -290,11 +290,11 @@ EXPORTS
|
||||||
_fstat64 @284
|
_fstat64 @284
|
||||||
_fstati64 @285
|
_fstati64 @285
|
||||||
_ftime @286
|
_ftime @286
|
||||||
; _ftime64 @287 ???
|
_ftime64 @287
|
||||||
; _ftol @288 ???
|
; _ftol @288 ???
|
||||||
_fullpath @289
|
_fullpath @289
|
||||||
_futime @290
|
_futime @290
|
||||||
; _futime64 @291
|
_futime64 @291
|
||||||
_gcvt @292
|
_gcvt @292
|
||||||
; _get_heap_handle @293
|
; _get_heap_handle @293
|
||||||
_get_osfhandle @294
|
_get_osfhandle @294
|
||||||
|
@ -848,3 +848,13 @@ EXPORTS
|
||||||
wctomb @840
|
wctomb @840
|
||||||
wprintf @841
|
wprintf @841
|
||||||
wscanf @842
|
wscanf @842
|
||||||
|
|
||||||
|
_mbsnbcpy_s
|
||||||
|
wcscpy_s
|
||||||
|
wcsncpy_s
|
||||||
|
;_ftol2=_ftol
|
||||||
|
;_ftol2_sse=_ftol
|
||||||
|
strcat_s
|
||||||
|
strcpy_s
|
||||||
|
_swprintf=swprintf
|
||||||
|
|
|
@ -419,7 +419,7 @@ CLEANUP:
|
||||||
|
|
||||||
BOOL FASTCALL
|
BOOL FASTCALL
|
||||||
IntTranslateKbdMessage(LPMSG lpMsg,
|
IntTranslateKbdMessage(LPMSG lpMsg,
|
||||||
HKL dwhkl)
|
UINT flags)
|
||||||
{
|
{
|
||||||
PTHREADINFO pti;
|
PTHREADINFO pti;
|
||||||
static INT dead_char = 0;
|
static INT dead_char = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue