VirtualBox

Changeset 24008 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 23, 2009 8:20:17 AM (15 years ago)
Author:
vboxsync
Message:

DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase.cpp

    r23973 r24008  
    20052005    /* name to open & watch for */
    20062006#ifdef RT_OS_WINDOWS
    2007     int iBit = toupper(pThis->pszDevice[0]) - 'A';
     2007    int iBit = RT_C_TO_UPPER(pThis->pszDevice[0]) - 'A';
    20082008    if (    iBit > 'Z' - 'A'
    20092009        ||  pThis->pszDevice[1] != ':'
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