summaryrefslogtreecommitdiff
path: root/glibconfig.h.win32.in
AgeCommit message (Expand)Author
2008-08-08Improve comment.Tor Lillqvist
2008-08-08Improve comment.Tor Lillqvist
2008-08-07Output comment clarifying GPid semantics to glibconfig.h.Tor Lillqvist
2008-08-04Make the union _GSystemThread::data array 8 bytes on Win64. Not that itTor Lillqvist
2008-08-02Add 64-bit versions of GPOINTER_TO_INT(), GPOINTER_TO_UINT() and viceTor Lillqvist
2008-08-02Add gintptr and guintptr typedefs here, too, appropriately ifdeffed forTor Lillqvist
2008-07-23Check also _WIN64.Tor Lillqvist
2008-07-23Patch for 64-bit Windows from Richard Hult.Tor Lillqvist
2008-04-03Define GLIB_STATIC_COMPILATION here also, if needed.Tor Lillqvist
2007-12-09removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer
2007-10-05Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,Tor Lillqvist
2007-08-01Update to match what configure produces.Tor Lillqvist
2007-01-18config.h.win32.in glib/galloca.h glib/gbacktrace.h glib/gwin32.cTor Lillqvist
2006-03-07Add G_GUINT64_CONSTANT.Tor Lillqvist
2005-07-08Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist
2004-11-06Cosmetics: move the G_GNUC_INTERNAL define to the same place where it isTor Lillqvist
2004-10-29updated [and finally fixed my script to produce ready to go de-in(ed)Hans Breuer
2004-03-03Update to match a configure-generated glibconfig.h. Specifically: RemoveTor Lillqvist
2004-02-28updated externals, including those from bug #135386Hans Breuer
2004-02-25added g_hash_table_find and a bunch of g_queue_*Hans Breuer
2004-01-12Add G_MAXSIZE, define in terms of G_MAXUfoo.Manish Singh
2003-12-13get_filename_charset() needs to return false for filenames not encoded inHans Breuer
2003-10-24Force shared library (DLL) only on Windows. (I don't think that isTor Lillqvist
2002-12-15Slight update to match what is currently produced by configure.Tor Lillqvist
2002-05-17gssize and gsize as in a configure-produced glibconfig.h.Tor Lillqvist
2002-02-24Edits.Tor Lillqvist
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer
2001-12-22Add (undefined) HAVE_C99_VSNPRINTF.Tor Lillqvist
2001-11-27Add GLIB_SIZEOF_SIZE_T here, too.Tor Lillqvist
2001-11-23added -Zm400 to DEPCFLAGS to avoid : gunidecomp.h(5846) : fatal errorHans Breuer
2001-10-22Typo.Tor Lillqvist
2001-09-26Retract my change earlier today. Don't preset autoconf variables in a tryTor Lillqvist
2001-09-26Move the Win32 check closer to the start, after the BeOS checks. PresetTor Lillqvist
2001-09-04Update. Don't mention pthreads.Tor Lillqvist
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi
2001-03-10Define G_PLATFORM_WIN32 here, too.Tor Lillqvist
2001-02-01giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist
2001-01-29Use the same GMutex structure as the configure-generated glibconfig.hTor Lillqvist
2000-12-29Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist
2000-12-25Use a MessageBox for fatal messages. Collect eror message into a buffer,Tor Lillqvist
2000-10-16Remove alloca stuff from here. galloca.h takes care of it, correctly.Tor Lillqvist
2000-10-12Adapted accordingly to header separation and GLIB_HAVE_ALLOCA_H renaming.Sebastian Wilhelmi
2000-07-26Return 0 on error, not NULL.Tor Lillqvist
2000-03-22Move Win32-only includes after inclusion of glib.h, so that G_OS_WIN32 isTor Lillqvist
1999-10-04Don't define WIN32 and NATIVE_WIN32.Tor Lillqvist
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist