Changeset 96369 in vbox
- Timestamp:
- Aug 20, 2022 2:28:01 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/r3/win/nocrt-atexit-win.asm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/nocrt-atexit-win.asm
r96073 r96369 28 28 %include "iprt/asmdefs.mac" 29 29 30 extern nocrt_atexit30 extern NAME(nocrt_atexit) 31 31 BEGINPROC atexit 32 jmp nocrt_atexit32 jmp NAME(nocrt_atexit) 33 33 ENDPROC atexit 34 34
Note:
See TracChangeset
for help on using the changeset viewer.

