summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-03-31 19:33:49 +0000
committerHans Breuer <hans@src.gnome.org>2001-03-31 19:33:49 +0000
commit6ff97d2e0b1fc69390982c7b58b6649a00e420cd (patch)
treef55593eadb81596bc16d5ae37ae0880c7d41e7da /config.h.win32.in
parent3b68d7db89b7a5bbcfc8f959c2c12569f3643fed (diff)
downloadgtk+-6ff97d2e0b1fc69390982c7b58b6649a00e420cd.tar.gz
disable USE_MMX for msvc build cause the assembler doesn't fit and is out
2001-03-31 Hans Breuer <hans@breuer.org> * config.h.win32.in : disable USE_MMX for msvc build cause the assembler doesn't fit and is out of my scope. Disable USE_GMODULE for msvc build as wel. The right way to share binaries on win32 would be to use libtiff.dll etc. To reduce installation hassles IMO it's better to include all fileformats builtin to gdk-pixbuf * gdk-pixbuf/makefile.msc : new file * gdk/gdk.def : updated * gdk/win32/gdkevents-win32.c : don't erase the background if .no_bg is set. It improves the scrolling (e.g. of testgtk main buttons * gdk/win32/gdkgeometry-win32.c : added comment about the above * gdk/win32/gdkwindow-win32.c : added three new functions like the X version. Only one is implemented, because the other two "gdk_window_begin_(resize|move)_drag" got no docs and appear to be default behaviour on win32 anyway ... * gtk/gtk.def : updated * gtk/makefile.msc.in : update for new files, use glib-genmarshal from where it was built and add an additional rule to automagically build gtkmarshal.[hc] * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries before array access for the current entry isn't finished * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) : use g_return_val_if_fail * gtk/testgtk.c (window_controls) : don't use the *wrong* size for the static array, but let the compiler calculate it. It makes me wonder if gcc isn't capable to catch bugs like this ...
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 28c0e5376d..58aaec2d58 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -193,8 +193,10 @@
*/
/* #define HAVE_DIMM_H 1 */
+#ifndef _MSC_VER
#define USE_GMODULE 1
#define USE_MMX 1
+#endif
/* #undef HAVE_SIGSETJMP */