Changeset 52950 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 6, 2014 9:27:36 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96391
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
r52949 r52950 227 227 228 228 %if %4 == 0 229 global SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2)230 SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2):229 global NAME(SUPHNTIMP_CONCAT(%1,_Early)) 230 NAME(SUPHNTIMP_CONCAT(%1,_Early)): 231 231 int3 232 232 %ifdef RT_ARCH_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.