summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
Commit message (Expand)AuthorAgeFilesLines
* Adding new defines first appeared in 2.22 into glibconfig.h.win32.inFridrich Strba2010-03-051-0/+8
* Add byteswap macros for gsize/gssize.Ryan Lortie2009-11-301-0/+4
* Improve descriptive comment textTor Lillqvist2009-11-031-2/+6
* Updated msvc build filesHans Breuer2009-05-301-0/+5
* Make glibconfig.h.win32.in match the generated one.Tor Lillqvist2009-05-121-0/+5
* Add network address and socket typesDan Winship2009-04-221-0/+3
* Improve comment.Tor Lillqvist2008-08-081-6/+6
* Improve comment.Tor Lillqvist2008-08-081-5/+6
* Output comment clarifying GPid semantics to glibconfig.h.Tor Lillqvist2008-08-071-0/+6
* Make the union _GSystemThread::data array 8 bytes on Win64. Not that itTor Lillqvist2008-08-041-0/+4
* Add 64-bit versions of GPOINTER_TO_INT(), GPOINTER_TO_UINT() and viceTor Lillqvist2008-08-021-1/+10
* Add gintptr and guintptr typedefs here, too, appropriately ifdeffed forTor Lillqvist2008-08-021-0/+13
* Check also _WIN64.Tor Lillqvist2008-07-231-1/+1
* Patch for 64-bit Windows from Richard Hult.Tor Lillqvist2008-07-231-0/+20
* Define GLIB_STATIC_COMPILATION here also, if needed.Tor Lillqvist2008-04-031-0/+1
* removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer2007-12-091-0/+5
* Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,Tor Lillqvist2007-10-051-2/+0
* Update to match what configure produces.Tor Lillqvist2007-08-011-0/+7
* config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.cTor Lillqvist2007-01-181-13/+4
* Add G_GUINT64_CONSTANT.Tor Lillqvist2006-03-071-0/+5
* Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist2005-07-081-4/+10
* Cosmetics: move the G_GNUC_INTERNAL define to the same place where it isTor Lillqvist2004-11-061-3/+2
* updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer2004-10-291-1/+3
* Update to match a configure-generated glibconfig.h. Specifically: RemoveTor Lillqvist2004-03-031-12/+3
* updated externals, including those from bug #135386Hans Breuer2004-02-281-3/+1
* added g_hash_table_find and a bunch of g_queue_*Hans Breuer2004-02-251-0/+7
* Add G_MAXSIZE, define in terms of G_MAXUfoo.Manish Singh2004-01-121-4/+5
* get_filename_charset() needs to return false for filenames not encoded inHans Breuer2003-12-131-3/+3
* Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist2003-10-241-6/+17
* Slight update to match what is currently produced by configure.Tor Lillqvist2002-12-151-3/+7
* gssize and gsize as in a configure-produced glibconfig.h.Tor Lillqvist2002-05-171-2/+2
* Edits.Tor Lillqvist2002-02-241-0/+8
* moved warning to error pragmas to their own file to not force 'goodHans Breuer2002-01-051-27/+0
* Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist2001-12-221-0/+1
* Add GLIB_SIZEOF_SIZE_T here, too.Tor Lillqvist2001-11-271-0/+1
* added -Zm400 to DEPCFLAGS to avoid : gunidecomp.h(5846) : fatal errorHans Breuer2001-11-231-0/+27
* Typo.Tor Lillqvist2001-10-221-1/+6
* Retract my change earlier today. Don't preset autoconf variables in a tryTor Lillqvist2001-09-261-11/+22
* Move the Win32 check closer to the start, after the BeOS checks. PresetTor Lillqvist2001-09-261-58/+36
* Update. Don't mention pthreads.Tor Lillqvist2001-09-041-2/+2
* Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi2001-05-221-37/+5
* Define G_PLATFORM_WIN32 here, too.Tor Lillqvist2001-03-101-0/+1
* giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist2001-02-011-10/+7
* Use the same GMutex structure as the configure-generated glibconfig.hTor Lillqvist2001-01-291-9/+12
* Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2000-12-291-0/+3
* Use a MessageBox for fatal messages. Collect eror message into a buffer,Tor Lillqvist2000-12-251-2/+1
* Remove alloca stuff from here. galloca.h takes care of it, correctly.Tor Lillqvist2000-10-161-5/+0
* Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming.Sebastian Wilhelmi2000-10-121-10/+8
* Return 0 on error, not NULL.Tor Lillqvist2000-07-261-0/+3
* Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist2000-03-221-2/+15