Index: /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm	(revision 52944)
+++ /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm	(revision 52945)
@@ -156,4 +156,7 @@
  %define SUPHNTIMP_STDCALL_NAME(a,b) NAME(a)
 %endif
+
+;; Concats two litterals.
+%define SUPHNTIMP_CONCAT(a,b) a %+ b
 
 
@@ -221,6 +224,6 @@
 
 %if %4 == 0
-global SUPHNTIMP_STDCALL_NAME(%1, %2) %+ _Early
-SUPHNTIMP_STDCALL_NAME(%1, %2) %+ _Early:
+global SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2)
+SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2):
         int3
  %ifdef RT_ARCH_AMD64
