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

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

asprint and getline now added

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