Changeset 6691 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm
- Timestamp:
- Jan 31, 2008 10:06:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm
r6689 r6691 1 ; $Id:$ 1 2 ;; @file 2 3 ; … … 9 10 ; 10 11 ; Copyright (C) 2008 innotek GmbH 11 ; 12 ; 12 13 ; This file is part of VirtualBox Open Source Edition (OSE), as 13 14 ; available from http://www.virtualbox.org. This file is free software; … … 19 20 ; 20 21 21 SEGMENT CODE32 CLASS=CODE USE32 FLAT PUBLIC22 22 23 include "iprt/asmdefs.mac" 24 25 26 BEGINCODE 23 27 extern _DLL_InitTerm 24 28 25 ; Low-level DLL entry point 29 ; Low-level DLL entry point - Forward to the C code. 26 30 ..start: 27 31 jmp _DLL_InitTerm 28 32 29 ; Shut up emxomfld (?) 33 34 ; emxomfld may generate references to this for weak symbols. It is usually 35 ; found in in libend.lib. 36 ABSOLUTE 0 30 37 global WEAK$ZERO 31 38 WEAK$ZERO: 39
Note:
See TracChangeset
for help on using the changeset viewer.