Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / help / Help.xs
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        ext/help/Help.xs
3 // Purpose:     XS for Wx::HelpController*
4 // Author:      Mattia Barbon
5 // Modified by:
6 // Created:     18/03/2001
7 // RCS-ID:      $Id: Help.xs 2057 2007-06-18 23:03:00Z mbarbon $
8 // Copyright:   (c) 2001-2002, 2006 Mattia Barbon
9 // Licence:     This program is free software; you can redistribute it and/or
10 //              modify it under the same terms as Perl itself
11 /////////////////////////////////////////////////////////////////////////////
12
13 #define PERL_NO_GET_CONTEXT
14
15 #include "cpp/wxapi.h"
16
17 #undef THIS
18
19 MODULE=Wx__Help
20
21 BOOT:
22   INIT_PLI_HELPERS( wx_pli_helpers );
23
24 INCLUDE: XS/HelpController.xs
25 INCLUDE: XS/HelpProvider.xs
26 INCLUDE: XS/ContextHelp.xs
27
28 #  //FIXME//tricky
29 #if defined(__WXMSW__)
30 #undef XS
31 #define XS( name ) WXXS( name )
32 #endif
33
34 MODULE=Wx__Help