VirtualBox

Ignore:
Timestamp:
Dec 7, 2011 9:36:32 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75303
Message:

Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders: try to fix the Windows build and break Windows guest logging.

Location:
trunk/src/VBox/Additions/common/VBoxGuestLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c

    r39551 r39552  
    4646
    4747#define VBOX_INIT_CALL(a, b, c)          \
    48     Log(("%s: %s, u32ClientID=%d\n", __func__, "SHFL_FN_" # b, \
    49          (c)->ulClientID)); \
     48    LogFunc(("%s, u32ClientID=%d\n", "SHFL_FN_" # b, \
     49            (c)->ulClientID)); \
    5050    (a)->result      = VINF_SUCCESS;     \
    5151    (a)->u32ClientID = (c)->ulClientID;  \
     
    9898    {
    9999        pClient->ulClientID = data.u32ClientID;
    100         Log(("%s: u32ClientID=%d\n", __func__, pClient->ulClientID));
     100        LogFunc(("u32ClientID=%d\n", pClient->ulClientID));
    101101    }
    102102    return rc;
     
    107107    int rc;
    108108
    109     Log(("%s: u32ClientID=%d\n", __func__, pClient->ulClientID));
     109    LogFunc(("u32ClientID=%d\n", pClient->ulClientID));
    110110    VBoxGuestHGCMDisconnectInfo data;
    111111
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h

    r38736 r39552  
    5353#endif
    5454
    55 #if defined(RT_OS_WINDOWS)
     55#if defined(RT_OS_WINDOWS) && 0
    5656/** @todo remove this legacy and use VBox/log.h and/or iprt/log.h. */
     57/* => Done.  The next person who needs logging in Windows guests will have the
     58 *    honour of making it work. */
    5759# ifdef DEBUG
    5860#  define LOG_ENABLED
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