- Timestamp:
- Jul 4, 1999, 11:41:33 AM (26 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/KERNEL32.DEF
r223 r262 1 ; $Id: KERNEL32.DEF,v 1.1 3 1999-06-26 18:24:49sandervl Exp $1 ; $Id: KERNEL32.DEF,v 1.14 1999-07-04 09:41:32 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 968 968 SetWin32TIB = _SetWin32TIB@0 @1229 969 969 RestoreOS2FS = RestoreOS2FS @1230 970 971 ;SvL: HandleManager functions 972 HMHandleAllocate__FPUlUl @1231 973 HMHandleFree__FUl @1232 -
trunk/src/kernel32/kernel32exp.def
r223 r262 1 ; $Id: kernel32exp.def,v 1. 6 1999-06-26 18:24:50sandervl Exp $1 ; $Id: kernel32exp.def,v 1.7 1999-07-04 09:41:33 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 833 833 _SetWin32TIB@0 @1229 834 834 RestoreOS2FS @1230 835 ;SvL: HandleManager functions 836 HMHandleAllocate__FPUlUl @1231 837 HMHandleFree__FUl @1232 -
trunk/src/kernel32/makefile
r233 r262 1 # $Id: makefile,v 1. 9 1999-06-28 07:55:16sandervl Exp $1 # $Id: makefile,v 1.10 1999-07-04 09:41:33 sandervl Exp $ 2 2 3 3 # … … 285 285 handlemanager.OBJ: \ 286 286 .\handlemanager.cpp \ 287 .\handlemanager.h287 $(PDWIN32_INCLUDE)\handlemanager.h 288 288 289 289 hmdevice.OBJ: \ 290 290 .\hmdevice.cpp \ 291 291 .\hmdevice.h \ 292 .\handlemanager.h292 $(PDWIN32_INCLUDE)\handlemanager.h 293 293 294 294 hmopen32.OBJ: \ 295 295 .\hmopen32.cpp \ 296 296 .\hmopen32.h \ 297 .\handlemanager.h297 $(PDWIN32_INCLUDE)\handlemanager.h 298 298 299 299
Note:
See TracChangeset
for help on using the changeset viewer.