source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/libmondo-gui.c@ 39

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

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 272 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c 30 2005-09-28 23:32:28Z bcornec $
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.