Bugfix for python2
This commit is contained in:
parent
d73f125237
commit
14fd841456
@ -1,13 +1,12 @@
|
||||
#ifndef __COMFORTABLE_SWIPE__macro_hpp__
|
||||
#define __COMFORTABLE_SWIPE__macro_hpp__
|
||||
|
||||
#undef COMFORTABLE_SWIPE_CONFIG
|
||||
#ifndef COMFORTABLE_SWIPE_CONFIG
|
||||
#error COMFORTABLE_SWIPE_CONFIG must be defined.
|
||||
#error "COMFORTABLE_SWIPE_CONFIG must be defined."
|
||||
#endif /* COMFORTABLE_SWIPE_CONFIG */
|
||||
|
||||
#ifndef COMFORTABLE_SWIPE_VERSION
|
||||
#warning COMFORTABLE_SWIPE_VERSION is not defined.
|
||||
#warning "COMFORTABLE_SWIPE_VERSION is not defined."
|
||||
#endif /* COMFORTABLE_SWIPE_VERSION */
|
||||
|
||||
#endif /* __COMFORTABLE_SWIPE__macro_hpp__ */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user