VirtualBox

vbox的更動 36429 路徑 trunk/src/VBox/Main/glue


忽略:
時間撮記:
2011-3-25 下午12:56:50 (14 年 以前)
作者:
vboxsync
訊息:

build fix / file header nits.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/glue/string.cpp

    r36428 r36429  
    11/* $Id$ */
    2 
    32/** @file
    4  *
    5  * MS COM / XPCOM Abstraction Layer:
    6  * UTF-8 and UTF-16 string classes
     3 * MS COM / XPCOM Abstraction Layer - UTF-8 and UTF-16 string classes.
    74 */
    85
    96/*
    10  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    118 *
    129 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2320#include <iprt/err.h>
    2421#include <iprt/path.h>
     22#include <iprt/log.h>
    2523
    2624namespace com
     
    3129// not use length prefixes
    3230const OLECHAR g_achEmptyBstr[3] = { 0, 0, 0 };
    33 const BSTR g_bstrEmpty = (BSTR)(&g_achEmptyBstr[2]);
     31const BSTR g_bstrEmpty = (BSTR)&g_achEmptyBstr[2];
    3432
    3533/* static */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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