source:
MondoRescue/branches/2.2.3/mondo/src/common/libmondo-gui.c@
1646
| Last change on this file since 1646 was 541, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 206 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.
