Update of /cvsroot/audacity/lib-src/FileDialog
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv26443

Modified Files:
        FileDialog.h 
Log Message:
Only GTK needs the config.h include

Index: FileDialog.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/FileDialog/FileDialog.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- FileDialog.h        3 Jun 2007 03:23:47 -0000       1.6
+++ FileDialog.h        3 Jun 2007 08:25:21 -0000       1.7
@@ -17,7 +17,9 @@
 #ifndef _FILE_DIALOG_H_
 #define _FILE_DIALOG_H_
 
+#if defined(__WXGTK__)
 #include "config.h"
+#endif
 
 #include "wx/defs.h"
 #include "wx/filedlg.h"


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to