ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/device.C
(Generate patch)

Comparing gvpe/src/device.C (file contents):
Revision 1.2 by pcg, Tue Oct 14 03:22:09 2003 UTC vs.
Revision 1.5 by pcg, Sat Jan 17 01:18:36 2004 UTC

1/* 1/*
2 device.C -- include the correct low-level implementation. 2 device.C -- include the correct low-level implementation.
3 Copyright (C) 2003-2004 Marc Lehmann <pcg@goof.com>
3 4
4 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version. 8 (at your option) any later version.
62 63
63#if IFTYPE_tincd 64#if IFTYPE_tincd
64# include "device-tincd.C" 65# include "device-tincd.C"
65#elif IFTYPE_native && IF_linux 66#elif IFTYPE_native && IF_linux
66# include "device-linux.C" 67# include "device-linux.C"
67#elif ITYPEF_native && IF_cygwin 68#elif IFTYPE_native && IF_cygwin
68# include "device-cygwin.C" 69# include "device-cygwin.C"
69#else 70#else
70# error No interface implementation for your IFTYPE/IFSUBTYPE combination. 71# error No interface implementation for your IFTYPE/IFSUBTYPE combination.
71#endif 72#endif
72 73

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines