mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Include windows.h (#391229, Kazuki Iwamoto)
2006-12-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation-win32.c: Include windows.h (#391229, Kazuki Iwamoto) svn path=/trunk/; revision=16995
This commit is contained in:
parent
ea72820911
commit
1bb498e3de
@ -1,3 +1,8 @@
|
||||
2006-12-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintoperation-win32.c: Include windows.h (#391229,
|
||||
Kazuki Iwamoto)
|
||||
|
||||
2006-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_destroy): Remove the
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <cairo-win32.h>
|
||||
#include <glib.h>
|
||||
#include "gtkprintoperation-private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user