X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=posix%2Flib%2Fpsxdll%2Fpsxdll.def;h=d4fdf46ca716308da29dd970c045c3e844157939;hp=7a852df0f8b667068f8975eed7650746eba179e0;hb=885b79ec17ed54f2f5c1713045d48922706e5be7;hpb=2e992926e35672b37d0d0fc157f90f0f9ca670c2 diff --git a/posix/lib/psxdll/psxdll.def b/posix/lib/psxdll/psxdll.def index 7a852df0f8b..d4fdf46ca71 100644 --- a/posix/lib/psxdll/psxdll.def +++ b/posix/lib/psxdll/psxdll.def @@ -1,4 +1,4 @@ -; $Id: psxdll.def,v 1.4 2002/03/07 06:07:31 hyperion Exp $ +; $Id: psxdll.def,v 1.5 2002/03/10 17:10:30 hyperion Exp $ ; ; ReactOS POSIX+ Client Library ; @@ -37,7 +37,12 @@ __fdtable_entry_add __fdtable_entry_remove __fdtable_entry_get ;misc/heap +;for Microsoft POSIX and Interix compatibility GetProcessHeap +HeapAlloc +HeapFree +HeapReAlloc +HeapSize ;misc/init __PdxInitializeData ;misc/path @@ -81,6 +86,7 @@ pthread_kill raise ;stdio +;temporary forward exports, soon to be changed printf gets @@ -91,6 +97,8 @@ realloc free calloc exit +;FIXME: should the two calls be distinct? +_exit ;string ;forward-exports to NTDLL @@ -146,4 +154,16 @@ wcstombs wcstoul ;implemented internally +;others (FIXME: cathegorize these calls) +RtlAnsiCharToUnicodeChar +RtlFillMemory +RtlMoveMemory +RtlMultiByteToUnicodeN +RtlUnicodeToMultiByteN +RtlUnicodeToMultiByteSize +RtlUnwind +RtlUpcaseUnicodeChar +RtlUpcaseUnicodeToMultiByteN +RtlZeroMemory + ;EOF