diff options
author | Benjamin Otte <otte@redhat.com> | 2013-01-29 14:08:47 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-02-01 17:42:43 +0100 |
commit | a0e68bec52f8da37facc74683e7e0b9a3eef3c21 (patch) | |
tree | 643c3a5c925e4cbf395799a9d6972c5b17b3a016 /config.h.win32.in | |
parent | 05abba3acb3a2f2d5b7178b34712d14b3903f50b (diff) | |
download | gtk+-a0e68bec52f8da37facc74683e7e0b9a3eef3c21.tar.gz |
gtk-demo: Load the demo files using g_file_get_contents()
... instead of massaging a FILE* with flockfile() and ungetc().
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index d5c2ad3667..ddb9d75a83 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -50,15 +50,9 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ /* #undef HAVE_DLFCN_H */ -/* Define to 1 if you have the `flockfile' function. */ -/* #undef HAVE_FLOCKFILE */ - /* Define to 1 if you have the <ftw.h> header file. */ /* #undef HAVE_FTW_H */ -/* Define to 1 if you have the `getc_unlocked' function. */ -/* #undef HAVE_GETC_UNLOCKED */ - /* Define to 1 if you have the `getpagesize' function. */ #ifndef _MSC_VER #define HAVE_GETPAGESIZE 1 |