VirtualBox

Changeset 45718 in vbox


Ignore:
Timestamp:
Apr 24, 2013 7:22:30 PM (12 years ago)
Author:
vboxsync
Message:

Use UINT32_C() for the clipboard format flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r44528 r45718  
    11/** @file
    2  * Shared Clipboard:
    3  * Common header for host service and guest clients.
     2 * Shared Clipboard - Common header for host service and guest clients.
    43 */
    54
    65/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     6 * Copyright (C) 2006-2013 Oracle Corporation
    87 *
    98 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4443 * Supported data formats. Bit mask.
    4544 */
    46 #define VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT 0x01
    47 #define VBOX_SHARED_CLIPBOARD_FMT_BITMAP      0x02
    48 #define VBOX_SHARED_CLIPBOARD_FMT_HTML        0x04
     45#define VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT   UINT32_C(0x01)
     46#define VBOX_SHARED_CLIPBOARD_FMT_BITMAP        UINT32_C(0x02)
     47#define VBOX_SHARED_CLIPBOARD_FMT_HTML          UINT32_C(0x04)
    4948
    5049/*
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