source: MondoRescue/trunk/mondo/mondo/common/libmondo-gui.c@ 1

Last change on this file since 1 was 1, checked in by bcornec, 19 years ago

Initial import from latest mondo-2.04_cvs_20050503/mindi-1.04_cvs_20050503 on http://www.mondorescue.org

File size: 272 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c,v 1.2 2004/06/10 15:29:12 hugo Exp $
3 */
4
5/**
6 * @file
7 * Chooses which GUI file to compile based on #defines.
8 * @see newt-specific.c
9 */
10
11#ifdef _XWIN
12 #include "X-specific.c"
13#else
14 #include "newt-specific.c"
15#endif
16
17
18
19
20
21
Note: See TracBrowser for help on using the repository browser.