summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/basetyps.h
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2003-07-01 23:37:00 +0000
committerEarnie Boyd <earnie@users.sf.net>2003-07-01 23:37:00 +0000
commitf7ba12a587127bd4655984f00a694e0ad669999a (patch)
tree4ecc79cd262339d41cef95c7bade9bb80b43ab35 /winsup/w32api/include/basetyps.h
parentacd2330e326491769f4f0030fbc91f6d150a38b0 (diff)
downloadcygnal-f7ba12a587127bd4655984f00a694e0ad669999a.tar.gz
cygnal-f7ba12a587127bd4655984f00a694e0ad669999a.tar.bz2
cygnal-f7ba12a587127bd4655984f00a694e0ad669999a.zip
* include/basetyps.h (small, hyper): Change to __small and __hyper to
avoid user namespace conflicts.
Diffstat (limited to 'winsup/w32api/include/basetyps.h')
-rw-r--r--winsup/w32api/include/basetyps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/basetyps.h b/winsup/w32api/include/basetyps.h
index 3aad6d352..9f4e604a9 100644
--- a/winsup/w32api/include/basetyps.h
+++ b/winsup/w32api/include/basetyps.h
@@ -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