VirtualBox

Changeset 637 in kBuild for trunk/src/ash/var.h


Ignore:
Timestamp:
Nov 26, 2006 5:45:58 PM (18 years ago)
Author:
bird
Message:

Path != PATH. stupid stupid windows idiots.

File:
1 edited

Legend:

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

    r626 r637  
    8181extern struct var vmpath;
    8282extern struct var vpath;
     83#ifdef _MSC_VER
     84extern struct var vpath2;
     85#endif
    8386extern struct var vps1;
    8487extern struct var vps2;
     
    100103#define mailval()       (vmail.text + 5)
    101104#define mpathval()      (vmpath.text + 9)
     105#ifdef _MSC_VER
     106#define pathval()       (vpath.text[5] ? &vpath.text[5] : &vpath2.text[5])
     107#else
    102108#define pathval()       (vpath.text + 5)
     109#endif
    103110#define ps1val()        (vps1.text + 4)
    104111#define ps2val()        (vps2.text + 4)
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