aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/print_mswin.c
AgeCommit message (Collapse)AuthorFilesLines
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is ↵Ulf Lamping1-1/+2
necessary for the switch to GTK 2.6 (at least on WIN32). to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place. deleted related things from config.h.win32 As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon. svn path=/trunk/; revision=16403
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
- Remove epan/dissectors/packet-sna.h, it isn't used anywhere. svn path=/trunk/; revision=15475
2004-07-28collect some thoughts about a GTK win32 printing dialog (from Guy Harris and me)Ulf Lamping1-0/+16
svn path=/trunk/; revision=11553
2004-07-27Suggest the possibility of not using the Windows print dialog to printGuy Harris1-0/+12
on Windows. svn path=/trunk/; revision=11545
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-11-11added some print dialog flags, to disable some unsupported print featuresUlf Lamping1-2/+10
(e.g. selection of pages from X to Y) svn path=/trunk/; revision=8938
2003-10-07From Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined, <windows.h> doesn'tGuy Harris1-2/+3
include <commdlg.h>, but "print_mswin.c" needs it, so include it explicitly. svn path=/trunk/; revision=8632
2002-09-09Put back missing include of <stdio.h>.Guy Harris1-3/+2
Fix the RCS ID. svn path=/trunk/; revision=6235
2002-09-07Add back more string.h includesJörg Mayer1-0/+2
svn path=/trunk/; revision=6205
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-2/+0
Remove unneded includes Add include wrappers where missing svn path=/trunk/; revision=6191
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-23/+23
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-06-19Added MS Window printing to ethereal.Jeff Foster1-0/+202
svn path=/trunk/; revision=5711