add message that MP-8BIT is deprecated

This commit is contained in:
czurnieden 2019-09-09 15:55:45 +02:00
parent c884b64ffb
commit 6b0caef471

View File

@ -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