summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/specstrings.h
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-02-12 01:31:52 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-02-12 01:31:52 +0000
commit025ce65fcbd2f1e783b86d9708031a1ea7a7e172 (patch)
tree9986516ed571c402a9b81b82bd7e5bc7189e9f43 /winsup/w32api/include/specstrings.h
parent74d928bf7a025e799ff54a7e02904b281772ede4 (diff)
downloadcygnal-025ce65fcbd2f1e783b86d9708031a1ea7a7e172.tar.gz
cygnal-025ce65fcbd2f1e783b86d9708031a1ea7a7e172.tar.bz2
cygnal-025ce65fcbd2f1e783b86d9708031a1ea7a7e172.zip
2008-02-02 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/specstrings.h (IN, OUT, OPTIONAL): Remove. * include/windef.h (IN, OUT, OPTIONAL): Define.
Diffstat (limited to 'winsup/w32api/include/specstrings.h')
-rw-r--r--winsup/w32api/include/specstrings.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/w32api/include/specstrings.h b/winsup/w32api/include/specstrings.h
index d5ee7f69d..9a3c496ac 100644
--- a/winsup/w32api/include/specstrings.h
+++ b/winsup/w32api/include/specstrings.h
@@ -6,8 +6,6 @@
/* __in and __out currently conflict with libstdc++, use with caution */
-#define IN
-#define OUT
#define __in
#define __inout
#define __in_opt
@@ -19,9 +17,6 @@
#define __struct_bcount(x)
#define __field_ecount_opt(x)
#define __out_bcount_opt(x)
-#ifndef OPTIONAL
-#define OPTIONAL
-#endif
#endif