| commit | 5f175508960121d522661a14fedcf2fd22926f4c | [log] [tgz] |
|---|---|---|
| author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Fri Jul 18 22:57:15 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Jul 18 22:57:15 2003 +0000 |
| tree | 9a9e76d4b56b744a579735ea7e4abbb871660777 | |
| parent | 46e9210f81ecbf90362184b0014b7786c6b9cc38 [diff] [blame] |
Don't redefine __WINE_USE_MSVCRT (msvc warning). Don't return a void value in swab(). 'long long' is not recognised by msvc, use __int64.
diff --git a/include/msvcrt/mbstring.h b/include/msvcrt/mbstring.h index cdbebf7..17f60cd 100644 --- a/include/msvcrt/mbstring.h +++ b/include/msvcrt/mbstring.h
@@ -19,7 +19,9 @@ */ #ifndef __WINE_MBSTRING_H #define __WINE_MBSTRING_H +#ifndef __WINE_USE_MSVCRT #define __WINE_USE_MSVCRT +#endif #ifndef MSVCRT # ifdef USE_MSVCRT_PREFIX