New includes (limits.h and math.h)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
2 new headers for msvcrt (limits.h and math.h).

Vincent
Index: wine/include/msvcrt/limits.h
===================================================================
RCS file: /home/wine/include/msvcrt/limits.h,v
retrieving revision 0.0
diff -u -r0.0 limits.h
--- wine/include/msvcrt/limits.h	1 Jan 1970 00:00:00 -0000	0.0
+++ wine/include/msvcrt/limits.h	1 Sep 2003 17:42:32 -0000
@@ -0,0 +1,17 @@
+#ifndef __WINE_LIMITS_H
+#define __WINE_LIMITS_H
+
+#define INT_MAX  2147483647
+#define INT_MIN  (-2147483648)
+#define SHRT_MAX 32767
+#define SHRT_MIN (-32768)
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __WINE_LIMITS_H */
Index: wine/include/msvcrt/math.h
===================================================================
RCS file: /home/wine/include/msvcrt/math.h,v
retrieving revision 0.0
diff -u -r0.0 math.h
--- wine/include/msvcrt/math.h	1 Jan 1970 00:00:00 -0000	0.0
+++ wine/include/msvcrt/math.h	1 Sep 2003 17:42:32 -0000
@@ -0,0 +1,12 @@
+#ifndef __WINE_MATH_H
+#define __WINE_MATH_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __WINE_MATH_H */
Index: wine/include/Makefile.in
===================================================================
RCS file: /home/wine/wine/include/Makefile.in,v
retrieving revision 1.93
diff -u -r1.93 Makefile.in
--- wine/include/Makefile.in	13 Aug 2003 01:27:48 -0000	1.93
+++ wine/include/Makefile.in	1 Sep 2003 17:20:52 -0000
@@ -212,8 +212,10 @@
 	msvcrt/errno.h \
 	msvcrt/fcntl.h \
 	msvcrt/io.h \
+	msvcrt/limits.h \
 	msvcrt/locale.h \
 	msvcrt/malloc.h \
+	msvcrt/math.h \
 	msvcrt/mbctype.h \
 	msvcrt/mbstring.h \
 	msvcrt/process.h \

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux