Minor corrections to the documentations.
[wxWidgets.git] / src / tiff / contrib / mac-cw / mac_main.h
1 /*
2 * mac_main.h -- redefines main entry point
3 */
4
5 #ifndef _mac_main_h
6 #define _mac_main_h
7
8 #undef main
9 #define main tool_main
10
11 #endif /* _mac_main_h */
12