VirtualBox

Changeset 39691 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 30, 2011 1:16:35 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75529
Message:

pipe-win.cpp: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r39690 r39691  
    11611161
    11621162    DWORD cbAvailable = 0;
    1163     if (PeekNamedPipe(pThis->hPipe, NULL, 0, NULL, &cbAvailable, NULL)
     1163    if (PeekNamedPipe(pThis->hPipe, NULL, 0, NULL, &cbAvailable, NULL))
    11641164        *pcbReadable = cbAvailable;
    11651165    else
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