Changeset 81 for trunk/src/blosc.c


Ignore:
Timestamp:
05/03/10 08:27:15 (3 years ago)
Author:
faltet
Message:

Adding stdint.h from Alexander Chemeris for compatibility with MSVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/blosc.c

    r80 r81  
    2222#ifdef _WIN32 
    2323  #include <windows.h> 
     24  #include <stdint-windows.h> 
    2425#else 
    2526  #include <stdint.h> 
Note: See TracChangeset for help on using the changeset viewer.