VirtualBox

Changeset 52945 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 5, 2014 4:59:06 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96385
Message:

win.x86 build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm

    r52943 r52945  
    156156 %define SUPHNTIMP_STDCALL_NAME(a,b) NAME(a)
    157157%endif
     158
     159;; Concats two litterals.
     160%define SUPHNTIMP_CONCAT(a,b) a %+ b
    158161
    159162
     
    221224
    222225%if %4 == 0
    223 global SUPHNTIMP_STDCALL_NAME(%1, %2) %+ _Early
    224 SUPHNTIMP_STDCALL_NAME(%1, %2) %+ _Early:
     226global SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2)
     227SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2):
    225228        int3
    226229 %ifdef RT_ARCH_AMD64
Note: See TracChangeset for help on using the changeset viewer.

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