source: MondoRescue/branches/3.0/mondo/src/common/libmondo-gui.c@ 3107

Last change on this file since 3107 was 541, checked in by bcornec, 18 years ago

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

  • Property svn:keywords set to Id
File size: 206 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c 541 2006-05-13 18:47:23Z 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
Note: See TracBrowser for help on using the repository browser.