Changeset 8690
- Timestamp:
- Jun 15, 2002, 7:21:33 PM (23 years ago)
- Location:
- trunk/src/NTDLL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/NTDLL/ntdll.def ¶
r8672 r8690 1 ; $Id: ntdll.def,v 1.4 6 2002-06-15 11:16:52sandervl Exp $1 ; $Id: ntdll.def,v 1.47 2002-06-15 17:21:33 sandervl Exp $ 2 2 3 3 ; … … 13 13 _RtlEnterCriticalSection@4 = KERNEL32.EnterCriticalSection 14 14 _RtlDeleteCriticalSection@4 = KERNEL32.DeleteCriticalSection 15 _RtlAllocateHeap@12 = KERNEL32.HeapAlloc16 _RtlFreeHeap@12 = KERNEL32.HeapFree17 15 18 16 EXPORTS -
TabularUnified trunk/src/NTDLL/rtlstr.c ¶
r8429 r8690 32 32 33 33 WINE_DEFAULT_DEBUG_CHANNEL(ntdll); 34 35 #ifdef __WIN32OS2__ 36 #define RtlAllocateHeap HeapAlloc 37 #define RtlFreeHeap HeapFree 38 #endif 34 39 35 40 UINT NlsAnsiCodePage = 1252;
Note:
See TracChangeset
for help on using the changeset viewer.