add message that MP-8BIT is deprecated
This commit is contained in:
parent
c884b64ffb
commit
6b0caef471
@ -17,6 +17,14 @@
|
||||
# include <stdio.h>
|
||||
#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
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user