2008-02-02 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/specstrings.h (IN, OUT, OPTIONAL): Remove.
  * include/windef.h (IN, OUT, OPTIONAL): Define.
This commit is contained in:
Chris Sutcliffe
2008-02-12 01:31:52 +00:00
parent 74d928bf7a
commit 025ce65fcb
3 changed files with 24 additions and 12 deletions

View File

@ -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