VirtualBox

Changeset 2314 in kBuild for trunk/src/kash/shtypes.h


Ignore:
Timestamp:
Mar 2, 2009 1:31:03 AM (16 years ago)
Author:
bird
Message:

kash: 32-bit windows build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shtypes.h

    r2311 r2314  
    3737
    3838#ifdef _MSC_VER
    39 # include <io.h> /* intptr_t and uintptr_t */
    4039typedef signed char     int8_t;
    4140typedef unsigned char   uint8_t;
     
    4645typedef _int64          int64_t;
    4746typedef unsigned _int64 uint64_t;
     47# if _MSC_VER >= 1400
     48#  include <io.h> /* intptr_t and uintptr_t */
     49# else
     50typedef KIPTR           intptr_t;
     51typedef KUPTR           uintptr_t;
     52# endif
    4853
    4954#define INT16_C(c)      (c)
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