|
Revision 5675, 1.1 KB
(checked in by westram, 3 years ago)
|
- removed automatic timestamps (the best they were good for, were vc-conflicts)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | // ==================================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : awt_macro.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // // |
|---|
| 7 | // Coded by Ralf Westram (coder@reallysoft.de) in May 2005 // |
|---|
| 8 | // Copyright Department of Microbiology (Technical University Munich) // |
|---|
| 9 | // // |
|---|
| 10 | // Visit our web site at: http://www.arb-home.de/ // |
|---|
| 11 | // // |
|---|
| 12 | // ==================================================================== // |
|---|
| 13 | #ifndef AWT_MACRO_HXX |
|---|
| 14 | #define AWT_MACRO_HXX |
|---|
| 15 | |
|---|
| 16 | AW_window *awt_open_macro_window(AW_root *aw_root,const char *application_id); |
|---|
| 17 | |
|---|
| 18 | #else |
|---|
| 19 | #error awt_macro.hxx included twice |
|---|
| 20 | #endif // AWT_MACRO_HXX |
|---|