VirtualBox

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

Last change on this file since 61009 was 57905, checked in by vboxsync, 9 years ago

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.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 329 bytes
Line 
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_ntdll_fakes_asm
20
21MAKE_IMPORT_ENTRY RtlGetLastWin32Error, 0
22
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