VirtualBox

Ignore:
Timestamp:
Feb 23, 2007 4:42:19 PM (18 years ago)
Author:
vboxsync
Message:

Fix slirp queue macro prototypes for deglobalized amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r1039 r1045  
    342342#else
    343343# ifdef _MSC_VER
    344  extern void insque_32 _P((void *, void *));
    345  extern void remque_32 _P((void *));
     344 extern void insque_32 _P((PNATState, void *, void *));
     345 extern void remque_32 _P((PNATState, void *));
    346346# else
    347  inline void insque_32 _P((void *, void *));
    348  inline void remque_32 _P((void *));
     347 inline void insque_32 _P((PNATState, void *, void *));
     348 inline void remque_32 _P((PNATState, void *));
    349349# endif
    350350#endif
Note: See TracChangeset for help on using the changeset viewer.

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