VirtualBox

Ignore:
Timestamp:
Nov 19, 2017 2:27:58 PM (7 years ago)
Author:
vboxsync
Message:

iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to correct this for years. Don't know why I makde it a pointer rather than an abstrct handle like everything else.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp

    r69500 r69753  
    152152        if (RT_SUCCESS(rc))
    153153        {
    154             PRTDIR phDir;
    155             rc = RTDirOpen(&phDir, pszDropDir);
     154            RTDIR hDir;
     155            rc = RTDirOpen(&hDir, pszDropDir);
    156156            if (RT_SUCCESS(rc))
    157157            {
    158                 this->m_hDir       = phDir;
     158                this->m_hDir       = hDir;
    159159                this->m_strPathAbs = pszDropDir;
    160160                this->m_fOpen      = fFlags;
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