source: MondoRescue/branches/2.06/mondo/mondo/common/libmondo-gui.c@ 296

Last change on this file since 296 was 128, checked in by bcornec, 18 years ago

indent on all the C code

  • Property svn:keywords set to Id
File size: 206 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c 128 2005-11-19 01:27:41Z 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.