| commit | dc7c2e464e4e43e6f6248f348079a81ceec051bf | [log] [tgz] |
|---|---|---|
| author | Vincent Béron <vberon@mecano.gme.usherb.ca> | Tue Sep 02 00:58:21 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Sep 02 00:58:21 2003 +0000 |
| tree | 684286cc557dcea5013865df206aa4c064f0454e | |
| parent | 1fc035d221deab87052401cbe3bd76715bcce949 [diff] [blame] |
Added msvcrt headers limits.h and math.h.
diff --git a/include/msvcrt/math.h b/include/msvcrt/math.h new file mode 100644 index 0000000..0cba867 --- /dev/null +++ b/include/msvcrt/math.h
@@ -0,0 +1,12 @@ +#ifndef __WINE_MATH_H +#define __WINE_MATH_H + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + +#endif /* __WINE_MATH_H */