import libtiff 3.8.2 into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
src/tiff/contrib/mac-cw/mac_main.h
Normal file
12
src/tiff/contrib/mac-cw/mac_main.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* 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 */
|
||||
|
Reference in New Issue
Block a user