Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

palm_installer.h

Go to the documentation of this file.
      00001 //----------------------------------------------------------------------------------------
      00011 // RCS-ID:      $Id: palm_installer.h,v 1.5 2002/09/25 07:50:15 robertoconnor Exp $
      00012 //----------------------------------------------------------------------------------------
      00013 
      00014 #ifndef _PALM_INSTALLER_H_
      00015 #define _PALM_INSTALLER_H_
      00016 
      00017 #ifdef __WXMSW__ 
      00018     #include "palm_installer_msw.h"
      00019 #endif
      00020 
      00021 #if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
      00022     #include "palm_installer_gtk.h"
      00023 #endif
      00024 
      00025 #endif  //PALM_INSTALLER_H
      00026