Changeset 69923 in vbox for trunk/src/VBox
- Timestamp:
- Dec 4, 2017 6:30:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp
r69922 r69923 1815 1815 static int vmsvga3dInfoBmpWrite(const char *pszFilename, const void *pvBits, int w, int h, uint32_t cbPixel, uint32_t u32Mask) 1816 1816 { 1817 #ifdef RT_OS_WINDOWS 1817 1818 if ( cbPixel != 4 1818 1819 && cbPixel != 2 … … 1889 1890 1890 1891 return VINF_SUCCESS; 1892 #else /* !RT_OS_WINDOWS */ 1893 RT_NOREF6(pszFilename, pvBits, w, h, cbPixel, u32Mask); 1894 return VERR_NOT_SUPPORTED; 1895 #endif 1891 1896 } 1892 1897
Note:
See TracChangeset
for help on using the changeset viewer.