Changeset 114
- Timestamp:
- 06/02/10 03:36:08 (3 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bench/bench.c (modified) (2 diffs)
-
src/blosc.c (modified) (3 diffs)
-
src/blosclz.c (modified) (1 diff)
-
src/shuffle.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bench/bench.c
r113 r114 25 25 #include <sys/stat.h> 26 26 #include <fcntl.h> 27 #if def _WIN3227 #if defined(_WIN32) && !defined(__MINGW32__) 28 28 #include <time.h> 29 29 #else … … 43 43 44 44 45 #if def _WIN3245 #if defined(_WIN32) && !defined(__MINGW32__) 46 46 #include <windows.h> 47 47 #if defined(_MSC_VER) || defined(_MSC_EXTENSIONS) -
trunk/src/blosc.c
r109 r114 20 20 #include "shuffle.h" 21 21 22 #if def _WIN3222 #if defined(_WIN32) && !defined(__MINGW32__) 23 23 #include <windows.h> 24 24 #include "stdint-windows.h" … … 379 379 /* Create temporary area for each thread */ 380 380 for (tid = 0; tid < nthreads; tid++) { 381 #if def _WIN32381 #if defined(_WIN32) 382 382 tmp = (uint8_t *)_aligned_malloc(blocksize, 16); 383 383 tmp2 = (uint8_t *)_aligned_malloc(ebsize, 16); … … 412 412 tmp = params.tmp[tid]; 413 413 tmp2 = params.tmp2[tid]; 414 #if def _WIN32414 #if defined(_WIN32) 415 415 _aligned_free(tmp); 416 416 _aligned_free(tmp2); -
trunk/src/blosclz.c
r86 r114 19 19 #include "blosclz.h" 20 20 21 #if def _WIN3221 #if defined(_WIN32) && !defined(__MINGW32__) 22 22 #include <windows.h> 23 23 #include "stdint-windows.h" -
trunk/src/shuffle.c
r82 r114 12 12 #include "shuffle.h" 13 13 14 #if def _WIN3214 #if defined(_WIN32) && !defined(__MINGW32__) 15 15 #include <windows.h> 16 16 #include "stdint-windows.h"
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/images/blosc-logo-small.png)