Code

ifdef instead of ifndef WITH_LIBWPG
authortheadib <theadib@users.sourceforge.net>
Fri, 21 Dec 2007 20:34:47 +0000 (20:34 +0000)
committertheadib <theadib@users.sourceforge.net>
Fri, 21 Dec 2007 20:34:47 +0000 (20:34 +0000)
src/extension/internal/wpg-input.h

index 81c090eaa81f7d11e57966bd10af25967db41369..ca882039bddc1ae7069347090fe86ef387d10014 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef __EXTENSION_INTERNAL_WPGOUTPUT_H__
 #define __EXTENSION_INTERNAL_WPGOUTPUT_H__
 
-#ifndef WITH_LIBWPG
+#ifdef WITH_LIBWPG
 
 #include "../implementation/implementation.h"