commit | 33fa6c2e25437590d849e11eee7967d4b9f35fb7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Dec 11 22:37:34 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 12 10:19:55 2008 +0100 |
tree | 15077e236f8a9b0210babf1dbd17f7e626370748 | |
parent | 7a6c6747a90c8a105b8f3ecd868e99da822b9f07 [diff] [blame] |
include: Add the msvcrt/crtdefs.h header and include it where needed.
diff --git a/include/msvcrt/math.h b/include/msvcrt/math.h index 4192378..5aaf7ab 100644 --- a/include/msvcrt/math.h +++ b/include/msvcrt/math.h
@@ -8,9 +8,8 @@ #ifndef __WINE_MATH_H #define __WINE_MATH_H -#ifndef __WINE_USE_MSVCRT -#define __WINE_USE_MSVCRT -#endif + +#include <crtdefs.h> #include <pshpack8.h>