VirtualBox

Changeset 2651 in kBuild


Ignore:
Timestamp:
Sep 9, 2012 4:06:56 PM (13 years ago)
Author:
bird
Message:

hash/error.c: no va_copy on windows yet, sigh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/error.c

    r2648 r2651  
    158158                va_list va2;
    159159                TRACE((psh, "exverror(%d, \"", cond));
     160# ifdef va_copy /* MSC 2010 still doesn't have va_copy. sigh. */
    160161                va_copy(va2, ap);
     162# else
     163                va2 = ap;
     164# endif
    161165                TRACEV((psh, msg, va2));
    162166                va_end(va2);
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