source: MondoRescue/branches/3.0/mondo/src/common/libmondo-gui.c@ 3192

Last change on this file since 3192 was 3192, checked in by Bruno Cornec, 11 years ago
  • revert r3188 & r3189 as I started to work on branch 3.0 before deciding it was much better to do it in 3.2. This will allow some small maintenance work on 3.0 if needed, while pushing all the rest to 3.2 and providing early access to it.
  • Property svn:keywords set to Id
File size: 206 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c 3192 2013-09-25 07:03:25Z bruno $
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.