File tree Expand file tree Collapse file tree 11 files changed +27
-27
lines changed
Expand file tree Collapse file tree 11 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ enum {
250250 MMERR_MAC_SPEED ,
251251 MMERR_MAC_START ,
252252
253- MMERR_OSX_UNKNOWN_DEVICE ,
254- MMERR_OSX_BAD_PROPERTY ,
253+ MMERR_OSX_UNKNOWN_DEVICE , /* obsolete */
254+ MMERR_OSX_BAD_PROPERTY , /* obsolete */
255255 MMERR_OSX_UNSUPPORTED_FORMAT ,
256- MMERR_OSX_SET_STEREO ,
257- MMERR_OSX_BUFFER_ALLOC ,
258- MMERR_OSX_ADD_IO_PROC ,
256+ MMERR_OSX_SET_STEREO , /* obsolete */
257+ MMERR_OSX_BUFFER_ALLOC , /* obsolete */
258+ MMERR_OSX_ADD_IO_PROC , /* obsolete */
259259 MMERR_OSX_DEVICE_START ,
260- MMERR_OSX_PTHREAD ,
260+ MMERR_OSX_PTHREAD , /* obsolete */
261261
262262 MMERR_DOSWSS_STARTDMA ,
263263 MMERR_DOSSB_STARTDMA ,
Original file line number Diff line number Diff line change 99extern "C" {
1010#endif
1111
12- #define XMP_VERSION "4.6.0 "
13- #define XMP_VERCODE 0x040600
12+ #define XMP_VERSION "4.6.1 "
13+ #define XMP_VERCODE 0x040601
1414#define XMP_VER_MAJOR 4
1515#define XMP_VER_MINOR 6
16- #define XMP_VER_RELEASE 0
16+ #define XMP_VER_RELEASE 1
1717
1818#if defined(_WIN32 ) && !defined(__CYGWIN__ )
1919# if defined(LIBXMP_STATIC )
Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ enum {
250250 MMERR_MAC_SPEED ,
251251 MMERR_MAC_START ,
252252
253- MMERR_OSX_UNKNOWN_DEVICE ,
254- MMERR_OSX_BAD_PROPERTY ,
253+ MMERR_OSX_UNKNOWN_DEVICE , /* obsolete */
254+ MMERR_OSX_BAD_PROPERTY , /* obsolete */
255255 MMERR_OSX_UNSUPPORTED_FORMAT ,
256- MMERR_OSX_SET_STEREO ,
257- MMERR_OSX_BUFFER_ALLOC ,
258- MMERR_OSX_ADD_IO_PROC ,
256+ MMERR_OSX_SET_STEREO , /* obsolete */
257+ MMERR_OSX_BUFFER_ALLOC , /* obsolete */
258+ MMERR_OSX_ADD_IO_PROC , /* obsolete */
259259 MMERR_OSX_DEVICE_START ,
260- MMERR_OSX_PTHREAD ,
260+ MMERR_OSX_PTHREAD , /* obsolete */
261261
262262 MMERR_DOSWSS_STARTDMA ,
263263 MMERR_DOSSB_STARTDMA ,
Original file line number Diff line number Diff line change 99extern "C" {
1010#endif
1111
12- #define XMP_VERSION "4.6.0 "
13- #define XMP_VERCODE 0x040600
12+ #define XMP_VERSION "4.6.1 "
13+ #define XMP_VERCODE 0x040601
1414#define XMP_VER_MAJOR 4
1515#define XMP_VER_MINOR 6
16- #define XMP_VER_RELEASE 0
16+ #define XMP_VER_RELEASE 1
1717
1818#if defined(_WIN32 ) && !defined(__CYGWIN__ )
1919# if defined(LIBXMP_STATIC )
Original file line number Diff line number Diff line change @@ -250,14 +250,14 @@ enum {
250250 MMERR_MAC_SPEED ,
251251 MMERR_MAC_START ,
252252
253- MMERR_OSX_UNKNOWN_DEVICE ,
254- MMERR_OSX_BAD_PROPERTY ,
253+ MMERR_OSX_UNKNOWN_DEVICE , /* obsolete */
254+ MMERR_OSX_BAD_PROPERTY , /* obsolete */
255255 MMERR_OSX_UNSUPPORTED_FORMAT ,
256- MMERR_OSX_SET_STEREO ,
257- MMERR_OSX_BUFFER_ALLOC ,
258- MMERR_OSX_ADD_IO_PROC ,
256+ MMERR_OSX_SET_STEREO , /* obsolete */
257+ MMERR_OSX_BUFFER_ALLOC , /* obsolete */
258+ MMERR_OSX_ADD_IO_PROC , /* obsolete */
259259 MMERR_OSX_DEVICE_START ,
260- MMERR_OSX_PTHREAD ,
260+ MMERR_OSX_PTHREAD , /* obsolete */
261261
262262 MMERR_DOSWSS_STARTDMA ,
263263 MMERR_DOSSB_STARTDMA ,
Original file line number Diff line number Diff line change 99extern "C" {
1010#endif
1111
12- #define XMP_VERSION "4.6.0 "
13- #define XMP_VERCODE 0x040600
12+ #define XMP_VERSION "4.6.1 "
13+ #define XMP_VERCODE 0x040601
1414#define XMP_VER_MAJOR 4
1515#define XMP_VER_MINOR 6
16- #define XMP_VER_RELEASE 0
16+ #define XMP_VER_RELEASE 1
1717
1818#if defined(_WIN32 ) && !defined(__CYGWIN__ )
1919# if defined(LIBXMP_STATIC )
You can’t perform that action at this time.
0 commit comments