Compile native or generic animation classes based on wxUSE flags
This commit is contained in:
		| @@ -657,6 +657,14 @@ | ||||
| #   endif | ||||
| #endif /* !defined(wxUSE_NATIVE_DATAVIEWCTRL) */ | ||||
|  | ||||
| #ifndef wxUSE_NATIVE_ANIMATIONCTRL | ||||
| #   ifdef wxABORT_ON_CONFIG_ERROR | ||||
| #       error "wxUSE_NATIVE_ANIMATIONCTRL must be defined, please read comment near the top of this file." | ||||
| #   else | ||||
| #       define wxUSE_NATIVE_ANIMATIONCTRL 1 | ||||
| #   endif | ||||
| #endif /* !defined(wxUSE_NATIVE_ANIMATIONCTRL) */ | ||||
|  | ||||
| #ifndef wxUSE_DATEPICKCTRL | ||||
| #   ifdef wxABORT_ON_CONFIG_ERROR | ||||
| #       error "wxUSE_DATEPICKCTRL must be defined, please read comment near the top of this file." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Robin Dunn
					Robin Dunn