VirtualBox

Ignore:
Timestamp:
Oct 21, 2008 12:21:12 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38203
Message:

w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to RT_WITH_W64_UNWIND_HACK, fixed license headers and file properties, and some minor adjustments.

Location:
trunk/src/VBox/HostDrivers/VBoxNetFlt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk

    r13421 r13435  
    3838VBoxNetFlt_LDFLAGS.win.amd64 = -Entry:DriverEntry
    3939VBoxNetFlt_SOURCES.win.amd64 += win/VBoxNetFltA-win.asm
    40 VBoxNetFlt_DEFS.win.amd64    += SUPDRV_WITH_UNWIND_HACK
     40VBoxNetFlt_DEFS.win.amd64    += RT_WITH_W64_UNWIND_HACK
    4141VBoxNetFlt_LIBS.win = \
    4242        $(PATH_SDK_W2K3DDK_LIB)/ntoskrnl.lib \
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c

    r13421 r13435  
    374374}
    375375
    376 #ifdef SUPDRV_WITH_UNWIND_HACK
     376#ifdef RT_WITH_W64_UNWIND_HACK
    377377# if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64)
    378378#  define NETFLT_DECL_CALLBACK(type) DECLASM(DECLHIDDEN(type))
     
    390390
    391391# else
    392 #  error "UNSUPPORTED (SUPDRV_WITH_UNWIND_HACK)"
     392#  error "UNSUPPORTED (RT_WITH_W64_UNWIND_HACK)"
    393393# endif
    394394#else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette