forked from Mirrors/freeswitch
e6e5fde3b0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13134 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 lines
159 B
C
13 lines
159 B
C
/*
|
|
* mac_main.h -- redefines main entry point
|
|
*/
|
|
|
|
#ifndef _mac_main_h
|
|
#define _mac_main_h
|
|
|
|
#undef main
|
|
#define main tool_main
|
|
|
|
#endif /* _mac_main_h */
|
|
|