Changeset 5490 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 25, 2007 1:45:46 AM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/r3/win
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/VBoxRT-win32.def
r5463 r5490 1 ; $Id: $ 1 2 ;; @file 2 ; Innotek Portable Runtime - Win64ASM exports.3 ; innotek Portable Runtime - Win32 ASM exports. 3 4 ; 4 5 6 ; 5 7 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 8 ; 7 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 10 ; available from http://www.virtualbox.org. This file is free software; … … 12 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 14 17 15 18 EXPORTS 16 ASMAtomicBitClear17 ASMAtomicBitToggle18 ASMAtomicBitTestAndToggle19 ASMBitFirstClear20 ASMBitFirstSet21 ASMAtomicReadU6422 ASMAtomicXchgU823 ASMAtomicXchgU1624 ASMGetFlags25 ASMProbeReadByte26 ASMSetFlags27 19 ASMMultU64ByU32DivByU32 28 20 21 RTTimeNanoTSLegacySync 22 RTTimeNanoTSLegacyAsync 23 RTTimeNanoTSLFenceSync 24 RTTimeNanoTSLFenceAsync 25 -
trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def
r5427 r5490 1 ; $Id: $ 1 2 ;; @file 2 ; Innotek Portable Runtime - Win64 ASM exports.3 ; innotek Portable Runtime - Win64 ASM exports. 3 4 ; 4 5 6 ; 5 7 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 8 ; 7 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 10 ; available from http://www.virtualbox.org. This file is free software; … … 12 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 14 17 15 18 EXPORTS … … 27 30 ASMMultU64ByU32DivByU32 28 31 32 RTTimeNanoTSLegacySync 33 RTTimeNanoTSLegacyAsync 34 RTTimeNanoTSLFenceSync 35 RTTimeNanoTSLFenceAsync 36
Note:
See TracChangeset
for help on using the changeset viewer.