VirtualBox

Ignore:
Timestamp:
Jun 8, 2009 12:43:21 AM (16 years ago)
Author:
vboxsync
Message:

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h

    r20368 r20374  
    2828#include <CoreFoundation/CFBase.h>
    2929
    30 RT_BEGIN_DECLS
     30RT_C_DECLS_BEGIN
    3131
    3232/** Private hack for missing rightCmdKey enum. */
     
    5151void     DarwinReleaseKeyboard(void);
    5252
    53 RT_END_DECLS
     53RT_C_DECLS_END
    5454
    5555#endif
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxDockIconPreview.h

    r20368 r20374  
    2626#include "VBoxUtils-darwin.h"
    2727
    28 RT_BEGIN_DECLS
     28RT_C_DECLS_BEGIN
    2929void darwinCreateVBoxDockIconTileView (void);
    3030void darwinDestroyVBoxDockIconTileView (void);
     
    3535void darwinOverlayApplicationDockTileImage (CGImageRef pImage);
    3636void darwinRestoreApplicationDockTileImage (void);
    37 RT_END_DECLS
     37RT_C_DECLS_END
    3838
    3939#ifndef __OBJC__
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h

    r20368 r20374  
    2727# include <ApplicationServices/ApplicationServices.h>
    2828
    29 RT_BEGIN_DECLS
     29RT_C_DECLS_BEGIN
    3030
    3131void initSharedAVManager();
    3232void setImageRef (CGImageRef aImage);
    3333
    34 RT_END_DECLS
     34RT_C_DECLS_END
    3535
    3636#endif
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h

    r20368 r20374  
    3939typedef NSView *NativeViewRef;
    4040#else
    41 # include <iprt/cdefs.h> /* for RT_BEGIN_DECLS/RT_END_DECLS & stuff */
     41# include <iprt/cdefs.h> /* for RT_C_DECLS_BEGIN/RT_C_DECLS_END & stuff */
    4242
    4343# include <qglobal.h> /* for QT_MAC_USE_COCOA */
     
    6262#endif /* __OBJC__ */
    6363
    64 RT_BEGIN_DECLS
     64RT_C_DECLS_BEGIN
    6565
    6666/********************************************************************************
     
    9292void darwinWindowInvalidateShadowImpl (NativeWindowRef aWindow);
    9393
    94 RT_END_DECLS
     94RT_C_DECLS_END
    9595
    9696#ifndef __OBJC__
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