mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 17:36:21 +00:00
Fixed PLATFORM_CYGWIN references
This commit is contained in:
@@ -663,7 +663,7 @@ is_notify_enabled(void)
|
||||
#ifdef PROF_HAVE_LIBNOTIFY
|
||||
notify_enabled = TRUE;
|
||||
#endif
|
||||
#ifdef PLATFORM_CYGWIN
|
||||
#ifdef PROF_PLATFORM_CYGWIN
|
||||
notify_enabled = TRUE;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user