add message that MP-8BIT is deprecated
This commit is contained in:
parent
c884b64ffb
commit
6b0caef471
@ -17,6 +17,14 @@
|
|||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MP_8BIT
|
||||||
|
# ifdef _MSC_VER
|
||||||
|
# pragma message("8-bit (MP_8BIT) support is deprecated and will be dropped completely in the next version.")
|
||||||
|
# else
|
||||||
|
# warning "8-bit (MP_8BIT) support is deprecated and will be dropped completely in the next version."
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user