diff --git a/include/wx/platform.h b/include/wx/platform.h index 2e0320a144..6c2ceecbb5 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -19,7 +19,7 @@ Codewarrior doesn't define any Windows symbols until some headers are included */ -#if __MWERKS__ +#ifdef __MWERKS__ # include #endif