* include/cytpe.h (_imp____mbcur_max): Add missing ';'.
(_imp____mbcur_max_dll): Likewise.
This commit is contained in:
parent
7c3de623b6
commit
3073f3f29d
|
@ -1,3 +1,8 @@
|
||||||
|
2002-10-03 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/cytpe.h (_imp____mbcur_max): Add missing ';'.
|
||||||
|
(_imp____mbcur_max_dll): Likewise.
|
||||||
|
|
||||||
2002-10-03 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-10-03 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/fcntl.h (_fmode): Remove declarations and
|
* include/fcntl.h (_fmode): Remove declarations and
|
||||||
|
|
|
@ -106,10 +106,10 @@ int _toupper(int);
|
||||||
|
|
||||||
#else /* ! __DECLSPEC_SUPPORTED */
|
#else /* ! __DECLSPEC_SUPPORTED */
|
||||||
# ifdef __MSVCRT__
|
# ifdef __MSVCRT__
|
||||||
extern int* _imp____mbcur_max
|
extern int* _imp____mbcur_max;
|
||||||
# define MB_CUR_MAX (*_imp____mb_cur_max)
|
# define MB_CUR_MAX (*_imp____mb_cur_max)
|
||||||
# else /* not __MSVCRT */
|
# else /* not __MSVCRT */
|
||||||
extern int* _imp____mbcur_max_dll
|
extern int* _imp____mbcur_max_dll;
|
||||||
# define MB_CUR_MAX (*_imp____mb_cur_max_dll)
|
# define MB_CUR_MAX (*_imp____mb_cur_max_dll)
|
||||||
# endif /* not __MSVCRT */
|
# endif /* not __MSVCRT */
|
||||||
#endif /* __DECLSPEC_SUPPORTED */
|
#endif /* __DECLSPEC_SUPPORTED */
|
||||||
|
|
Loading…
Reference in New Issue