VirtualBox

Changeset 5967 in vbox for trunk/include


Ignore:
Timestamp:
Dec 5, 2007 5:20:24 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26544
Message:

Made it ring-3 only. Hope it won't break stuff.

File:
1 edited

Legend:

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

    r4071 r5967  
    11/** @file
    2  * innotek Portable Runtime - ctype.h wrapper.
     2 * innotek Portable Runtime - ctype.h wrapper and ascii variants.
    33 */
    44
     
    1818#define ___iprt_ctype_h
    1919
     20#ifdef IN_RING3
    2021#include <ctype.h>
    2122
    22 #if defined(_MSC_VER) && !defined(isblank)
     23# if defined(_MSC_VER) && !defined(isblank)
    2324/* isblank for MSC */
    24 # define isblank(ch)  ( (ch) == ' ' || (ch) == '\t' )
    25 #endif
     25#  define isblank(ch)  ( (ch) == ' ' || (ch) == '\t' )
     26# endif
     27#endif /* IN_RING3 */
    2628
    2729#endif
Note: See TracChangeset for help on using the changeset viewer.

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