OSDN Git Service

Insert removed author attribution.
[mingw/mingw-org-wsl.git] / include / wctype.h
index 9c0f805..ab769e1 100644 (file)
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
+/* Created by Mumit Khan <khan@xraylith.wisc.edu> */
 #ifndef _WCTYPE_H
 #define _WCTYPE_H
 #pragma GCC system_header
-
-/* All the headers include this file. */
 #include <_mingw.h>
 
 #define        __need_wchar_t
 #define        __need_wint_t
+
 #ifndef RC_INVOKED
 #include <stddef.h>
 #endif /* Not RC_INVOKED */
@@ -96,9 +96,7 @@ _CRTIMP int __cdecl __MINGW_NOTHROW   isleadbyte (int);
 
 /* Also in ctype.h */
 
-# if __MSVCRT_VERSION__ <= 0x0700
   __MINGW_IMPORT unsigned short _ctype[];
-# endif 
 __MINGW_IMPORT unsigned short* _pctype;
 
 
@@ -145,4 +143,5 @@ wctype_t __cdecl __MINGW_NOTHROW    wctype(const char*);
 #endif
 
 #endif /* Not RC_INVOKED */
+
 #endif /* Not _WCTYPE_H */