gdk/gdk.def Add missing entries.
2000-08-12 Tor Lillqvist <tml@iki.fi> * gdk/gdk.def * gtk/gtk.def: Add missing entries. * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use OUT_TT_ONLY_PRECIS, try to get a TrueType font. * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New function. Dummy implementation at this point. * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer rules. Undefine GTK_COMPILATION when compiling the test programs. * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import. * gdk_pixbuf.def: Add missing entry point.
This commit is contained in:
committed by
Tor Lillqvist
parent
247fd85f7c
commit
e0833cd52a
@ -52,7 +52,17 @@ typedef enum {
|
||||
|
||||
#endif /* G_ENABLE_DEBUG */
|
||||
|
||||
extern guint gtk_debug_flags;
|
||||
#ifdef G_OS_WIN32
|
||||
# ifdef GTK_COMPILATION
|
||||
# define GTKVAR __declspec(dllexport)
|
||||
# else
|
||||
# define GTKVAR extern __declspec(dllimport)
|
||||
# endif
|
||||
#else
|
||||
# define GTKVAR extern
|
||||
#endif
|
||||
|
||||
GTKVAR guint gtk_debug_flags;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user