Changeset 285 for cpp/common/random.h


Ignore:
Timestamp:
01/05/15 20:41:11 (9 years ago)
Author:
Maciej Komosinski
Message:

Mac OS X support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/random.h

    r247 r285  
    1313 #include <fcntl.h>
    1414#endif
    15 #ifdef __BORLANDC__
    16  #include <stdint.h> //uintptr_t in borland
     15#if defined(__BORLANDC__) || defined(MACOS)
     16 #include <stdint.h> //uintptr_t in borland and mac os
    1717#endif
    1818#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.