projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefile important for setting the correct creator of the app
[wxWidgets.git]
/
wxPython
/
wxSWIG
/
swig_lib
/
perl5
/
headers.swg
1
/* $Header$ */
2
/* Implementation : PERL 5 */
3
4
#define SWIGPERL
5
#define SWIGPERL5
6
#ifdef __cplusplus
7
/* Needed on some windows machines---since MS plays funny
8
games with the header files under C++ */
9
#include <math.h>
10
#include <stdlib.h>
11
extern "C" {
12
#endif
13
#include "EXTERN.h"
14
#include "perl.h"
15
#include "XSUB.h"
16
17
/* Get rid of free and malloc defined by perl */
18
#undef free
19
#undef malloc
20
21
#include <string.h>
22
#ifdef __cplusplus
23
}
24
#endif