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
|
---|
10 | extern _ %+ %1 %+ @ %+ %2
|
---|
11 | global __imp__ %+ %1 %+ @ %+ %2
|
---|
12 | __imp__ %+ %1 %+ @ %+ %2:
|
---|
13 | dd _ %+ %1 %+ @ %+ %2
|
---|
14 |
|
---|
15 | %endmacro
|
---|
16 |
|
---|
17 |
|
---|
18 | BEGINDATA
|
---|
19 | GLOBALNAME vcc100_ntdll_fakes_asm
|
---|
20 |
|
---|
21 | MAKE_IMPORT_ENTRY RtlGetLastWin32Error, 0
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.