summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04b1065)
raw | patch | inline | side by side (parent: 04b1065)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Tue, 11 Dec 2007 03:25:11 +0000 (03:25 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Tue, 11 Dec 2007 03:25:11 +0000 (03:25 +0000) |
Builds for me. A couple of changes that broke things. But this works for me (tm).
src/Makefile_insert | patch | blob | history | |
src/ui/dialog/print.cpp | patch | blob | history |
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 9a52f51de23012fb7f2d3b1307201d70e208e8b1..3d5d2e55a3b8942aa62c2a807a84613ffca000be 100644 (file)
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
shape-editor.cpp shape-editor.h \
shortcuts.cpp shortcuts.h \
snap.cpp snap.h \
- snapped-line.cpp snapped-line.h \
snapped-point.cpp snapped-point.h \
snapper.cpp snapper.h \
line-snapper.cpp line-snapper.h \
index b04de91c23b366c0217b6a905961d7f041e546b3..1ca4b46d995dfc05f468c3a26c39b4dcef86e722 100644 (file)
--- a/src/ui/dialog/print.cpp
+++ b/src/ui/dialog/print.cpp
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#ifdef WIN32
+#include <io.h>
+#endif
-#include <io.h>\r
#include <gtkmm/stock.h>
-#include <io.h>
#include "print.h"
#include "extension/internal/cairo-render-context.h"