summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-11-04 23:42:51 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-11-04 23:42:51 +0000
commitf527b8909f4aefbde3022da5270a5f3c0ec12587 (patch)
treefcd8494639cf232ba304cebca511e8b8ab81b576 /config.h.win32
parent9d8da16ee92cae70dd72c50d5a816d82b896f2b0 (diff)
downloadgdk-pixbuf-f527b8909f4aefbde3022da5270a5f3c0ec12587.tar.gz
Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK to
1999-11-04 Tor Lillqvist <tml@iki.fi> * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to get the Platform SDK to get <dimm.h>. * gdk/win32/gdkevents.c: More event handling fixes and simplification. Never generate motion events with is_hint true. We used to do that on bogus grounds earlier. Windows sends WM_MOUSEMOVE messages on button events even if the mouse hasn't moved, ignore these. * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets. * gdk/win32/gdkglobals.c * gdk/win32/gdkprivate.h: Define a typedef for the pointer to the TrackMouseEvent function, and use it. * gdk/win32/gdkwindow.c: Terminate widechar string with a zero char before calling WideCharToMultiByte in order to get a string for the window title. * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out. * gdk/win32/gdk.def: Remove obsolete functions. * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add /nodefaultlib and /defaultlib switches. * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
Diffstat (limited to 'config.h.win32')
-rwxr-xr-xconfig.h.win324
1 files changed, 1 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32
index a4483282b..486dbb616 100755
--- a/config.h.win32
+++ b/config.h.win32
@@ -189,6 +189,4 @@
/* Define if you have the <dimm.h> header file
* (available in the Platform SDK)
*/
-#ifdef _MSC_VER
-#define HAVE_DIMM_H 1
-#endif
+/* #define HAVE_DIMM_H 1 */