Changeset 52945 in vbox for trunk/src/VBox
- Timestamp:
- Oct 5, 2014 4:59:06 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
r52943 r52945 156 156 %define SUPHNTIMP_STDCALL_NAME(a,b) NAME(a) 157 157 %endif 158 159 ;; Concats two litterals. 160 %define SUPHNTIMP_CONCAT(a,b) a %+ b 158 161 159 162 … … 221 224 222 225 %if %4 == 0 223 global SUPHNTIMP_STDCALL_NAME( %1, %2) %+ _Early224 SUPHNTIMP_STDCALL_NAME( %1, %2) %+ _Early:226 global SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2) 227 SUPHNTIMP_STDCALL_NAME(SUPHNTIMP_CONCAT(%1,_Early), %2): 225 228 int3 226 229 %ifdef RT_ARCH_AMD64
Note:
See TracChangeset
for help on using the changeset viewer.