* include/basetyps.h (small, hyper): Change to __small and __hyper to
avoid user namespace conflicts.
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
# ifndef __int8
|
||||
# define __int8 char
|
||||
# endif
|
||||
# ifndef small
|
||||
# define small char
|
||||
# ifndef __small
|
||||
# define __small char
|
||||
# endif
|
||||
# ifndef hyper
|
||||
# define hyper long long
|
||||
# ifndef __hyper
|
||||
# define __hyper long long
|
||||
# endif
|
||||
# define STDMETHODCALLTYPE __stdcall
|
||||
# define STDMETHODVCALLTYPE __cdecl
|
||||
|
Reference in New Issue
Block a user