VirtualBox

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

最後變更 在這個檔案從48919是 42239,由 vboxsync 提交於 12 年 前

More Visual C++ 2010 adjustments and hacks.

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

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