VirtualBox

Changeset 3929 in vbox for trunk/include/iprt/nocrt/compiler


Ignore:
Timestamp:
Jul 30, 2007 8:34:59 PM (17 years ago)
Author:
vboxsync
Message:

Clashed on some @file headers too. Fixed a thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/compiler/gcc.h

    r3924 r3929  
    1 /* A quick hack for freebsd where there are no separate location
    2    for compiler specific headers like on linux, mingw, os2, ++.
    3    This file will be cleaned up later...  */
     1/** @file
     2 * innotek Portable Runtime / No-CRT - GCC specifics.
     3 *
     4 * A quick hack for freebsd where there are no separate location
     5 * for compiler specific headers like on linux, mingw, os2, ++.
     6 * This file will be cleaned up later... 
     7 */
     8
    49/*
    510 * Copyright (C) 2006-2007 innotek GmbH
     
    4954# ifdef __WCHAR_TYPE__
    5055typedef __WCHAR_TYPE__ wchar_t;
    51 # elif defined(__OS2__) || defined(__WIN__)
     56# elif defined(RT_OS_OS2) || defined(RT_OS_WINDOWS)
    5257typedef uint16_t wchar_t;
    5358# else
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