Changeset 57372 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 14, 2015 10:01:25 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/RegCleanup.cpp
r44528 r57372 38 38 #include "string.h" 39 39 40 /******************************************************************************* 41 * Defined Constants And Macros * 42 *******************************************************************************/ 40 41 /********************************************************************************************************************************* 42 * Defined Constants And Macros * 43 *********************************************************************************************************************************/ 43 44 44 45 ///////////////////////////////////////////////////////////////////////////// -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r57358 r57372 60 60 */ 61 61 62 /****************************************************************************** 62 63 /********************************************************************************************************************************* 64 * Private internal functions * 65 *********************************************************************************************************************************/ 63 66 64 67 static int vbglR3DnDQueryNextHostMessageType(PVBGLR3GUESTDNDCMDCTX pCtx, uint32_t *puMsg, uint32_t *pcParms, bool fWait) … … 897 900 } 898 901 899 /****************************************************************************** 902 903 /********************************************************************************************************************************* 904 * Public functions * 905 *********************************************************************************************************************************/ 900 906 901 907 VBGLR3DECL(int) VbglR3DnDConnect(PVBGLR3GUESTDNDCMDCTX pCtx) -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r57358 r57372 91 91 92 92 /******************************************************************************* 93 * Prototypes 93 94 *******************************************************************************/ 94 95 uint32_t VBoxServiceVMInfoWinSessionHasProcesses(PLUID pSession, PVBOXSERVICEVMINFOPROC const paProcs, DWORD cProcs); -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r57358 r57372 40 40 41 41 /***************************************************************************** 42 * Static functions * 43 *****************************************************************************/ 42 44 43 45 static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType,
Note:
See TracChangeset
for help on using the changeset viewer.