source: MondoRescue/branches/2.2.9/mondo/src/common/libmondo-gui.c@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 256 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.