- Timestamp:
- Aug 13, 2014 10:48:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
r52356 r52367 97 97 ; 98 98 BEGINDATA 99 global __imp_ %+ %1; The import name used via dllimport.100 __imp_ %+ %1:101 GLOBALNAME g_pfn %+ %1 ; The name we like to refer to.99 global __imp_ %+ SUPHNTIMP_STDCALL_NAME(%1,%2) ; The import name used via dllimport. 100 __imp_ %+ SUPHNTIMP_STDCALL_NAME(%1,%2): 101 GLOBALNAME g_pfn %+ %1 ; The name we like to refer to. 102 102 RTCCPTR_DEF 0 103 103 %if %3 104 GLOBALNAME g_uApiNo %+ %1 ; The name we like to refer to.104 GLOBALNAME g_uApiNo %+ %1 105 105 RTCCPTR_DEF 0 106 106 %endif
Note:
See TracChangeset
for help on using the changeset viewer.

