VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm@ 58436

最後變更 在這個檔案從58436是 57905,由 vboxsync 提交於 9 年 前

IPRT: More build for NT4 fun, but the VBoxRT.dll we build when VBOX_WITH_MORE_NT4_COMPAT_BINARIES is defined can be loaded and used on NT4.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 356 位元組
 
1
2%include "iprt/asmdefs.mac"
3
4%ifndef RT_ARCH_X86
5 %error "This is x86 only code.
6%endif
7
8
9%macro MAKE_IMPORT_ENTRY 2
10extern _ %+ %1 %+ @ %+ %2
11global __imp__ %+ %1 %+ @ %+ %2
12__imp__ %+ %1 %+ @ %+ %2:
13 dd _ %+ %1 %+ @ %+ %2
14
15%endmacro
16
17
18BEGINDATA
19GLOBALNAME vcc100_ws2_32_fakes_asm
20
21MAKE_IMPORT_ENTRY getaddrinfo, 16
22MAKE_IMPORT_ENTRY freeaddrinfo, 4
23
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette