~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-08 20:30:15 UTC
  • mfrom: (1.14.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110908203015-hmdoq5jt1bl50nq3
Tags: 2.24.6-0ubuntu1
* debian/watch: Look for bz2 tarballs, and restrict to GTK 2 versions.
* New upstream bug fix release.
* Drop 094_git_fileselector_error.patch, include_m4_dir.patch: Included
  upstream.
* 003_gdk.pc_privates.patch, 009_gtk-export-filechooser.patch: Unfuzz.
* debian/libgail-doc.install, debian/libgtk2.0-doc.install.in: Install
  documentation from the source tree, as it's not being installed any more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
#ifndef _MSC_VER
129
129
#define HAVE_STDINT_H 1
130
130
#else
 
131
#if (_MSC_VER >= 1600) /* VS 2010 ships with stdint.h */
 
132
#define HAVE_STDINT_H 1
 
133
#else
131
134
/* #undef HAVE_STDINT_H */
132
135
#endif
 
136
#endif
133
137
 
134
138
/* Define to 1 if you have the <stdlib.h> header file. */
135
139
#define HAVE_STDLIB_H 1
256
260
#define PACKAGE_NAME "gtk+"
257
261
 
258
262
/* Define to the full name and version of this package. */
259
 
#define PACKAGE_STRING "gtk+ 2.24.5"
 
263
#define PACKAGE_STRING "gtk+ 2.24.6"
260
264
 
261
265
/* Define to the one symbol short name of this package. */
262
266
#define PACKAGE_TARNAME "gtk+"
263
267
 
264
268
/* Define to the version of this package. */
265
 
#define PACKAGE_VERSION "2.24.5"
 
269
#define PACKAGE_VERSION "2.24.6"
266
270
 
267
271
/* Define as the return type of signal handlers (`int' or `void'). */
268
272
#define RETSIGTYPE void