Index: /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm	(revision 52949)
+++ /trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm	(revision 52950)
@@ -227,6 +227,6 @@
 
 %if %4 == 0
-global SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2)
-SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2):
+global NAME(SUPHNTIMP_CONCAT(%1,_Early))
+NAME(SUPHNTIMP_CONCAT(%1,_Early)):
         int3
  %ifdef RT_ARCH_AMD64
