[mednaffe] 11/99: Fix buttons signals on Windows

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 0a95fb9e58e08415bb191a25a0d9ecaa0d4ef898
Author: amatcoder <amatcoder at 44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Sat Sep 14 22:14:47 2013 +0000

    Fix buttons signals on Windows
---
 src/active.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/active.c b/src/active.c
index ee20c45..62f3b6a 100644
--- a/src/active.c
+++ b/src/active.c
@@ -78,7 +78,7 @@ void on_entry_icon_release(GtkEntry *entry,
   gtk_entry_set_text(entry,"");
 }
 
-#ifdef WIN32
+#ifdef G_OS_WIN32
 G_MODULE_EXPORT
 #endif
 void on_button_entry_clicked(GtkButton *button, GtkEntry *entry)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list