Changeset 64525 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 3, 2016 9:04:29 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111677
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r64306 r64525 108 108 109 109 /* 110 * Check if the the NT version is supported and initializing 111 * g_enmVGDrvNtVer in the process. 110 * Check if the NT version is supported and initialize g_enmVGDrvNtVer. 112 111 */ 113 112 ULONG ulMajorVer; -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
r62882 r64525 104 104 * @return IPRT status code. 105 105 * @param hKey Handle of registry key to use. 106 * @param pwszValueName The thename of the value to query.106 * @param pwszValueName The name of the value to query. 107 107 * @param cbHint Size hint. 108 108 * @param ppszValue Where to return value string on success. Free -
trunk/src/VBox/Additions/common/crOpenGL/dri_util.c
r62061 r64525 821 821 * \param frame_buffer Data describing the location and layout of the 822 822 * framebuffer. 823 * \param pSAREA Pointer t hethe SAREA.823 * \param pSAREA Pointer to the SAREA. 824 824 * \param fd Device handle for the DRM. 825 825 * \param extensions ??
Note:
See TracChangeset
for help on using the changeset viewer.