|
Revision 5968, 0.7 KB
(checked in by westram, 3 years ago)
|
- new flag -w to aisc_mkpt (add include wrapper)
- uniform style for several include wrappers
- removed duplicated includes
- removed useless nt_concatenate.hxx
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | // =========================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : awt_preset.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // =========================================================== // |
|---|
| 10 | |
|---|
| 11 | #ifndef AWT_PRESET_HXX |
|---|
| 12 | #define AWT_PRESET_HXX |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | AW_window *AWT_preset_window( AW_root *root ) ; |
|---|
| 16 | |
|---|
| 17 | #else |
|---|
| 18 | #error awt_preset.hxx included twice |
|---|
| 19 | #endif // AWT_PRESET_HXX |
|---|