adopted dks to root6 (branch dks6). Not yet tested.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
## Process this file with automake to create Makefile.in
|
||||
## $Id$
|
||||
|
||||
h_sources = MuSR_td_PSI_bin.h
|
||||
cpp_sources = MuSR_td_PSI_bin.cpp
|
||||
|
||||
@@ -205,7 +205,7 @@ typedef long int Int32;
|
||||
#else /* other operating system */
|
||||
|
||||
/* 32 bit word length */
|
||||
#if (defined(_WIN32) || defined(__linux__) || defined(_WIN32GCC))
|
||||
#if (defined(_WIN32) || defined(__linux__) || defined(_Darwin_) || defined(_WIN32GCC))
|
||||
typedef short Int16;
|
||||
typedef int Int32;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user