- Timestamp:
- Jul 21, 2002, 11:20:56 AM (23 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r8666 r8899 1 ; $Id: KERNEL32.DEF,v 1.14 0 2002-06-15 10:41:43sandervl Exp $1 ; $Id: KERNEL32.DEF,v 1.141 2002-07-21 09:20:55 sandervl Exp $ 2 2 3 3 ;Basis is Windows95 KERNEL32 … … 28 28 29 29 Win32WaitForIdleThread = PMMERGE.5474 30 WinXxCreateHeap2 = PMMERGE.547531 WinMspInit = PMMERGE.542032 pSharedHeap = PMMERGE.620533 WinXxAllocMem = PMMERGE.542434 WinXxCreateHeap = PMMERGE.542535 WinXxDestroyHeap = PMMERGE.542636 30 LookupAtom = PMMERGE.10020 37 31 … … 1165 1159 1166 1160 ;shared memory allocation 1167 sharedHeap @1271 NONAME 1161 _smalloc @1271 NONAME 1162 _smallocfill @1275 NONAME 1163 InitializeSharedHeap @1276 NONAME 1164 DestroySharedHeap @1277 NONAME 1168 1165 1169 1166 ;code memory allocation 1170 1167 codeHeap @1272 NONAME 1171 1172 ;VSemaphore1173 wait__10VSemaphoreFUlPUl @1280 NONAME1174 post__10VSemaphoreFPUl @1281 NONAME1175 reset__10VSemaphoreFPUl @1282 NONAME1176 __ct__10VSemaphoreFiPUl @1283 NONAME1177 __dt__10VSemaphoreFv @1284 NONAME1178 1168 1179 1169 ;fast file API's -
trunk/src/kernel32/kernel32.mak
r8864 r8899 1 # $Id: kernel32.mak,v 1.3 3 2002-07-13 15:58:20sandervl Exp $1 # $Id: kernel32.mak,v 1.34 2002-07-21 09:20:56 sandervl Exp $ 2 2 3 3 # … … 74 74 $(OBJDIR)\os2heap.obj \ 75 75 $(OBJDIR)\vmutex.obj \ 76 $(OBJDIR)\vsemaphore.obj \76 ####$(OBJDIR)\vsemaphore.obj \ 77 77 $(OBJDIR)\initterm.obj \ 78 78 $(OBJDIR)\initkernel32.obj \
Note:
See TracChangeset
for help on using the changeset viewer.