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

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

asprintf usage continues on libmondo-fifo.c + indent

  • Property svn:keywords set to Id
File size: 206 bytes
RevLine 
[1]1/* libmondo-gui.c
[42]2 * $Id: libmondo-gui.c 42 2005-10-03 23:32:14Z bcornec $
[1]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
[42]12#include "X-specific.c"
[1]13#else
[42]14#include "newt-specific.c"
[1]15#endif
Note: See TracBrowser for help on using the repository browser.