VirtualBox

Changeset 24025 in vbox for trunk/include


Ignore:
Timestamp:
Oct 23, 2009 12:14:10 PM (15 years ago)
Author:
vboxsync
Message:

iprt/ctype.h: removed disabled code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/ctype.h

    r24016 r24025  
    3232
    3333#include <iprt/types.h>
    34 
    35 #if 0
    36 #ifdef IN_RING3
    37 # include <ctype.h>
    38 
    39 # if defined(_MSC_VER) && !defined(isblank)
    40 /* isblank for MSC */
    41 #  define isblank(ch)  ( (ch) == ' ' || (ch) == '\t' )
    42 # endif
    43 #endif /* IN_RING3 */
    44 #endif
    4534
    4635/** @name C locale predicates and conversions.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette