Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-14 | Make #endif comment match #ifdef. | Tor Lillqvist | 1 | -1/+1 | |
2000-11-14 Tor Lillqvist <tml@iki.fi> * gwin32.h: Make #endif comment match #ifdef. | |||||
2000-10-19 | Pass -DGSPAWN_HELPER when building it. Link with user32.lib. | Tor Lillqvist | 1 | -0/+117 | |
2000-10-19 Tor Lillqvist <tml@iki.fi> * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link with user32.lib. * gspawn-win32.c * gfileutils.c: Make them compile with picky MSVC. * gwin32.h: New file. Move Win32-only stuff that isn't related to GIOChannels here from giochannel.h. * Makefile.am: Add it here. * giochannel.h: Move stuff to gwin32.h. * glib.h: On Win32, include gwin32.h. |