Changeset 12511
- Timestamp:
- Dec 1, 1999, 7:41:46 PM (25 years ago)
- Location:
- tags/trunk/src/odincrt
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/odincrt/makefile ¶
r12490 r12511 1 # $Id: makefile,v 1.1 0 1999-12-01 00:11:21sandervl Exp $1 # $Id: makefile,v 1.11 1999-12-01 18:41:46 sandervl Exp $ 2 2 3 3 # … … 43 43 44 44 clean: 45 $(RM) *.obj *.lib *.dll * ~ *.map *.pch45 $(RM) *.obj *.lib *.dll *.map *.pch 46 46 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 47 47 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
TabularUnified tags/trunk/src/odincrt/odincrt.asm ¶
r12243 r12511 1 ; $Id: odincrt.asm,v 1. 2 1999-11-09 11:29:06 achimhaExp $1 ; $Id: odincrt.asm,v 1.3 1999-12-01 18:41:46 sandervl Exp $ 2 2 3 3 ;/* … … 31 31 ret 32 32 __threadid endp 33 34 PUBLIC os2__nw__FUiPCcT1 35 EXTERN __nw__FUiPCcT1:NEAR 36 ;input: eax = size 37 ; ecx = line nr 38 ; edx = source filename 39 os2__nw__FUiPCcT1 proc near 40 push fs 41 push eax 42 mov ax, 150bh 43 mov fs, ax 44 pop eax 45 sub esp, 0Ch 46 call __nw__FUiPCcT1 47 add esp, 0Ch 48 pop fs 49 ret 50 os2__nw__FUiPCcT1 endp 51 52 PUBLIC os2__dl__FPvPCcUi 53 EXTERN __dl__FPvPCcUi:NEAR 54 ;input: eax = this ptr 55 ; ecx = line nr 56 ; edx = source filename 57 os2__dl__FPvPCcUi proc near 58 push fs 59 push eax 60 mov ax, 150bh 61 mov fs, ax 62 pop eax 63 sub esp, 0Ch 64 call __dl__FPvPCcUi 65 add esp, 0Ch 66 pop fs 67 ret 68 os2__dl__FPvPCcUi endp 33 69 34 70 PUBLIC GetFS -
TabularUnified tags/trunk/src/odincrt/odincrt.def ¶
r12491 r12511 1 ; $Id: odincrt.def,v 1.1 7 1999-12-01 00:11:22sandervl Exp $1 ; $Id: odincrt.def,v 1.18 1999-12-01 18:41:46 sandervl Exp $ 2 2 ; Odin VAC++ 3.08 shared multithreaded runtime 3 3 LIBRARY ODINCRT INITINSTANCE TERMINSTANCE … … 30 30 _ucalloc = os2_ucalloc @704 31 31 _debug_ucalloc = os2_debug_ucalloc @181 32 __nw__FUiPCcT1 = os2__nw__FUiPCcT1 @172 33 __dl__FPvPCcUi = os2__dl__FPvPCcUi @201 32 34 33 35 strdup @472 … … 202 204 __vft7ostream3ios_7fstream8iostream @170 203 205 __vft13strstreambase3ios_10istrstream @171 204 __nw__FUiPCcT1 @172205 206 __vft13strstreambase3ios_10ostrstream @173 206 207 __ct__10ostrstreamFPSciT2 @174 … … 228 229 tan @199 229 230 __vec__delete2 @200 230 __dl__FPvPCcUi @201231 231 labs @202 232 232 abs @203
Note:
See TracChangeset
for help on using the changeset viewer.