VirtualBox

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

Last change on this file since 45733 was 42239, checked in by vboxsync, 12 years ago

More Visual C++ 2010 adjustments and hacks.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 468 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.

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