Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
2001-10-23  Tor Lillqvist  <[email protected]>

	* config.h.win32.in: Typo.

	* glibconfig.h.win32.in: Minor update to correspond to what
	configure now generates.
  • Loading branch information
tml1024 authored and Tor Lillqvist committed Oct 22, 2001
1 parent 20af1ed commit a0b0858
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-0
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-2
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-4
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-6
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.pre-2-8
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2001-10-23 Tor Lillqvist <[email protected]>

* config.h.win32.in: Typo.

* glibconfig.h.win32.in: Minor update to correspond to what
configure now generates.

* glib/Makefile.am: (Win32): If we have built the MSVC import
library, install it. Install the gcc import library. Also support
uninstall.
Expand Down
2 changes: 1 addition & 1 deletion config.h.win32.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* config.h.win32.in Merged from two version generated by configure. */
/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
/* config.h.in. Generated from configure.in by autoheader. */
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
Expand Down
7 changes: 6 additions & 1 deletion glibconfig.h.win32.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* glibconfig.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
/* glibconfig.h
*
* This is a generated file. Please modify 'configure.in'
Expand Down Expand Up @@ -27,6 +28,10 @@ G_BEGIN_DECLS
#define G_MAXLONG LONG_MAX
#define G_MAXULONG ULONG_MAX

#define G_MININT64 ((gint64) 0x8000000000000000)
#define G_MAXINT64 ((gint64) 0x7fffffffffffffff)
#define G_MAXUINT64 ((guint64) 0xffffffffffffffff)

typedef signed char gint8;
typedef unsigned char guint8;
typedef signed short gint16;
Expand All @@ -37,7 +42,7 @@ typedef signed int gint32;
typedef unsigned int guint32;
#define G_GINT32_FORMAT "i"
#define G_GUINT32_FORMAT "u"
#define G_HAVE_GINT64 1
#define G_HAVE_GINT64 1 /* deprecated, always true */

#ifndef _MSC_VER
G_GNUC_EXTENSION typedef signed long long gint64;
Expand Down

0 comments on commit a0b0858

Please sign in to comment.