Merge branch 'master' of git://github.com/andy128k/cl-gtk2 into gdk-pixbuf
[cl-gtk2.git] / gtk / gtk.main_loop_events.lisp
index 909967c..4bac720 100644 (file)
@@ -7,7 +7,7 @@
 (defun gtk-init ()
   (gtk-init-check (foreign-alloc :int :initial-element 0)
                   (foreign-alloc :string :initial-contents '("/usr/bin/sbcl")))
-  #+sbcl
+  #+ (and sbcl (not win32))
   (sb-unix::enable-interrupt sb-unix:sigpipe #'sb-unix::sigpipe-handler)
   #+nil(with-foreign-objects ((argc :int)
                          (argv '(:pointer :string) 1))
@@ -84,4 +84,4 @@
 (defcfun gtk-grab-get-current g-object)
 
 (defcfun gtk-grab-remove :void
-  (widget g-object))
\ No newline at end of file
+  (widget g-object))