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

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

asprint and getline now added

  • Property svn:keywords set to Id
File size: 187 bytes
Line 
1/* $Id: libmondo-gui.c 45 2005-10-04 22:51:47Z bcornec $ */
2
3/**
4 * @file
5 * Chooses which GUI file to compile based on #defines.
6 * @see newt-specific.c
7 */
8
9#ifdef _XWIN
10#include "X-specific.c"
11#else
12#include "newt-specific.c"
13#endif
Note: See TracBrowser for help on using the repository browser.