VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 1:16:11 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146429
Message:

*: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp

    r79113 r90794  
    8888     */
    8989    if (    g_VBoxGuestIDC.u32Version == VBGL_IOC_VERSION
    90         &&  VALID_PTR(g_VBoxGuestIDC.u32Session)
    91         &&  VALID_PTR(g_VBoxGuestIDC.pfnServiceEP))
     90        &&  RT_VALID_PTR(g_VBoxGuestIDC.u32Session)
     91        &&  RT_VALID_PTR(g_VBoxGuestIDC.pfnServiceEP))
    9292    {
    9393        int rc = RTR0Init(0);
Note: See TracChangeset for help on using the changeset viewer.

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