VirtualBox

Changeset 3929

Show
Ignore:
Timestamp:
07/30/07 22:34:59 (1 year ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 
  • trunk/include/iprt/nocrt/stdarg.h

    r3922 r3929  
     1/** @file 
     2 * innotek Portable Runtime / No-CRT - stdarg.h (-> iprt/stdarg.h). 
     3 */ 
     4 
    15/* 
    26 * Copyright (C) 2006-2007 innotek GmbH 
  • trunk/include/iprt/nocrt/stddef.h

    r3922 r3929  
     1/** @file 
     2 * innotek Portable Runtime / No-CRT - stddef.h (-> iprt/types.h). 
     3 */ 
     4 
    15/* 
    26 * Copyright (C) 2006-2007 innotek GmbH 
     
    1620 
    1721#include <iprt/types.h> 
     22 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy