* include/basetyps.h (small, hyper): Change to __small and __hyper to
avoid user namespace conflicts.
This commit is contained in:
parent
acd2330e32
commit
f7ba12a587
@ -1,3 +1,8 @@
|
|||||||
|
2003-07-01 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/basetyps.h (small, hyper): Change to __small and __hyper to
|
||||||
|
avoid user namespace conflicts.
|
||||||
|
|
||||||
2003-07-01 Earnie Boyd <earnie@users.sf.net>
|
2003-07-01 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
* include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
|
* include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
# ifndef __int8
|
# ifndef __int8
|
||||||
# define __int8 char
|
# define __int8 char
|
||||||
# endif
|
# endif
|
||||||
# ifndef small
|
# ifndef __small
|
||||||
# define small char
|
# define __small char
|
||||||
# endif
|
# endif
|
||||||
# ifndef hyper
|
# ifndef __hyper
|
||||||
# define hyper long long
|
# define __hyper long long
|
||||||
# endif
|
# endif
|
||||||
# define STDMETHODCALLTYPE __stdcall
|
# define STDMETHODCALLTYPE __stdcall
|
||||||
# define STDMETHODVCALLTYPE __cdecl
|
# define STDMETHODVCALLTYPE __cdecl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user