diff options
author | jofret | 2009-04-21 06:24:02 +0000 |
---|---|---|
committer | jofret | 2009-04-21 06:24:02 +0000 |
commit | 44cc8c32308b75a1bf519e7fe0b45ef67dbf5cb6 (patch) | |
tree | 76ef8da3a1acc9c4530a7eb15a284f3b1d87bada /src/type/doubleComplex.h | |
parent | e752e6eb7c35b59d855418dbea875decb64d1cf7 (diff) | |
download | scilab2c-44cc8c32308b75a1bf519e7fe0b45ef67dbf5cb6.tar.gz scilab2c-44cc8c32308b75a1bf519e7fe0b45ef67dbf5cb6.tar.bz2 scilab2c-44cc8c32308b75a1bf519e7fe0b45ef67dbf5cb6.zip |
including stdbool is useless under windows
Diffstat (limited to 'src/type/doubleComplex.h')
-rw-r--r-- | src/type/doubleComplex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/type/doubleComplex.h b/src/type/doubleComplex.h index 2d252bc7..5434a4f2 100644 --- a/src/type/doubleComplex.h +++ b/src/type/doubleComplex.h @@ -25,7 +25,9 @@ #endif #include <stdlib.h> +#ifndef _MSC_VER #include <stdbool.h> +#endif #ifndef STDC99 /* |