~ubuntu-branches/ubuntu/oneiric/tiff/oneiric

« back to all changes in this revision

Viewing changes to contrib/mac-cw/mac_main.h

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-08-28 15:44:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828154423-7oisj77n302jrroa
Tags: 3.9.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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