Changeset 76570 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Jan 1, 2019 4:36:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
r76553 r76570 15 15 */ 16 16 17 #ifndef ___VBox_HostService_DnD_dndmanager_h18 #define ___VBox_HostService_DnD_dndmanager_h17 #ifndef VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h 18 #define VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h 19 19 #ifndef RT_WITHOUT_PRAGMA_ONCE 20 20 # pragma once … … 110 110 void *m_pvProgressUser; 111 111 }; 112 #endif /* ___VBox_HostService_DnD_dndmanager_h */112 #endif /* !VBOX_INCLUDED_SRC_DragAndDrop_dndmanager_h */ 113 113
Note:
See TracChangeset
for help on using the changeset viewer.