VirtualBox

Changeset 632 in kBuild for trunk/src/ash/error.h


Ignore:
Timestamp:
Nov 26, 2006 1:46:21 PM (18 years ago)
Author:
bird
Message:

MSC hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/error.h

    r629 r632  
    112112 */
    113113
    114 #if defined(BSD) && !defined(__SVR4) && !defined(__GLIBC__) && !defined(__KLIBC__)
     114#if defined(BSD) && !defined(__SVR4) && !defined(__GLIBC__) && !defined(__KLIBC__) && !defined(_MSC_VER)
    115115#define setjmp(jmploc)  _setjmp(jmploc)
    116116#define longjmp(jmploc, val)    _longjmp(jmploc, val)
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