Changeset 107541 in vbox
- Timestamp:
- Jan 8, 2025 4:39:54 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardEnumFormatEtcImpl-win.cpp
r106061 r107541 58 58 ShClWinEnumFormatEtc::ShClWinEnumFormatEtc(void) 59 59 : m_lRefCount(1), 60 m_nIndex(0) 60 m_nIndex(0), 61 m_nNumFormats(0), 62 m_pFormatEtc(NULL) 61 63 { 62 64 #ifdef VBOX_SHARED_CLIPBOARD_DEBUG_OBJECT_COUNTS
Note:
See TracChangeset
for help on using the changeset viewer.