Changeset 33655 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 1, 2010 2:08:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/include/dmdls.h
r19678 r33655 17 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 18 18 */ 19 19 20 20 /* 21 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice22 * other than GPL or LGPL is available it will apply instead, Sunelects to use only21 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 22 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 23 23 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 24 24 * a choice of LGPL license versions is made available with the language indicating … … 66 66 #define DMUS_INSTRUMENT_GM_INSTRUMENT 0x1 67 67 68 #define DMUS_MIN_DATA_SIZE 0x4 68 #define DMUS_MIN_DATA_SIZE 0x4 69 69 70 70 /***************************************************************************** … … 105 105 struct _DMUS_INSTRUMENT { 106 106 ULONG ulPatch; 107 ULONG ulFirstRegionIdx; 107 ULONG ulFirstRegionIdx; 108 108 ULONG ulGlobalArtIdx; 109 109 ULONG ulFirstExtCkIdx; 110 110 ULONG ulCopyrightIdx; 111 ULONG ulFlags; 111 ULONG ulFlags; 112 112 }; 113 113 … … 178 178 ULONG cbSize; 179 179 ULONG ulNextExtCkIdx; 180 FOURCC ExtCkID; 180 FOURCC ExtCkID; 181 181 BYTE byExtCk[DMUS_MIN_DATA_SIZE]; 182 182 }; … … 189 189 struct _DMUS_WAVEDATA { 190 190 ULONG cbSize; 191 BYTE byData[DMUS_MIN_DATA_SIZE]; 191 BYTE byData[DMUS_MIN_DATA_SIZE]; 192 192 }; 193 193
Note:
See TracChangeset
for help on using the changeset viewer.