diff options
Diffstat (limited to 'popup/popup.c')
-rw-r--r-- | popup/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.c b/popup/popup.c index 281eb7a..f2d1327 100644 --- a/popup/popup.c +++ b/popup/popup.c @@ -37,7 +37,7 @@ static char* popup_send2pd = "pd"; static void popup_checkversion(void) { -#if (defined PD_MINOR_VERSION) && (PD_MINOR_VERSION >= 43) +#if PD_MINOR_VERSION >= 42 int major=0, minor=0, bugfix=0; sys_getversion(&major, &minor, &bugfix); if(minor>=43) |