summaryrefslogtreecommitdiff
path: root/glib/gwin32.h
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gwin32: Fix missing prototypes on win64Christoph Reiter2017-07-121-2/+0
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gwin32: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-17/+0
* Win32: Move g_win32_check_windows_version() to the correct place in headerXavier Claessens2015-03-121-6/+5
* gwin32: Add g_win32_check_windows_version() APIChun-wei Fan2015-01-271-1/+25
* Doc: glib: Fix all undocumented/unused/undeclared symbolsXavier Claessens2014-12-121-0/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* win32: add g_win32_get_command_line()Ryan Lortie2014-01-171-0/+3
* win32: visibility fixupsRyan Lortie2013-01-131-3/+11
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-0/+14
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-7/+0
* GLib: Add forgotten includes and build fixesChun-wei Fan2011-10-171-0/+2
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Have gtk-doc ignore some #definesRyan Lortie2011-07-221-0/+2
* glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),Tor Lillqvist2008-09-131-0/+4
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* New function. Supersedes g_win32_get_package_installation_directory() andTor Lillqvist2008-02-241-0/+2
* Drop the pipe() macro. Defining macros outside of its namespace that lookTor Lillqvist2007-05-131-5/+5
* glib/gwin32.h Add const to gchar* arguments. (#384523, Yevgen Muntyan)Tor Lillqvist2006-12-271-5/+5
* Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.Tor Lillqvist2006-08-291-2/+3
* Don't call g_set_error() unless the GError pointer is non-NULL. ThisTor Lillqvist2005-04-271-0/+2
* Remove misleading comment, too.Tor Lillqvist2005-02-021-3/+0
* Remove unnecessary MSVC-only typedef for pid_t. GLib does not pretend toTor Lillqvist2005-02-021-4/+0
* glib/glib.symbols Implement DLL ABI stability also forTor Lillqvist2004-12-051-0/+3
* Convert message to UTF-8. Technically this breaks API, but the actual useTor Lillqvist2004-09-151-3/+3
* New function. Returns the Windows version code like GetVersion(), exceptTor Lillqvist2004-08-251-0/+5
* Correct the comment telling what headers have the declarations of someTor Lillqvist2003-01-021-2/+2
* glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions.Tor Lillqvist2001-09-291-30/+0
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>.Tor Lillqvist2001-03-091-3/+9
* include string.hHavoc Pennington2001-02-171-4/+4
* Add doc comments. (g_win32_get_package_installation_directory): Add oneTor Lillqvist2001-01-171-1/+6
* Define ENABLE_NLS and GETTEXT_PACKAGE.Tor Lillqvist2001-01-161-0/+2
* Make #endif comment match #ifdef.Tor Lillqvist2000-11-141-1/+1
* Pass -DGSPAWN_HELPER when building it. Link with user32.lib.Tor Lillqvist2000-10-191-0/+117