Wrap message with " as the ' was giving issues.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define BPY_UTIL_H
|
||||
|
||||
#if PY_VERSION_HEX < 0x03010000
|
||||
#error Python versions below 3.1 are not supported anymore, you'll need to update your python.
|
||||
#error "Python versions below 3.1 are not supported anymore, you'll need to update your python."
|
||||
#endif
|
||||
|
||||
#include "RNA_types.h" /* for EnumPropertyItem only */
|
||||
|
Reference in New Issue
Block a user