VirtualBox

儲存庫 vbox 的更動 63085


忽略:
時間撮記:
2016-8-6 下午02:35:30 (8 年 以前)
作者:
vboxsync
訊息:

vboxmrxnp.cpp/vboxToUpper: Should probably use the CharUpperW variant, since we give it a WCHAR and expect a WCHAR return.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.cpp

    r63084 r63085  
    3939#define WNNC_DRIVER(major, minor) (major * 0x00010000 + minor)
    4040
     41
    4142static WCHAR vboxToUpper(WCHAR wc)
    4243{
     
    4546     * parameter is zero, the low-order word must contain a single character to be converted.
    4647     */
    47     return (WCHAR)(uintptr_t)CharUpper((LPTSTR)(uintptr_t)wc);
     48    return (WCHAR)(uintptr_t)CharUpperW((LPWSTR)(uintptr_t)wc);
    4849}
    4950
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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