Changeset 3145 for trunk/psLib/swig/pslib.i
- Timestamp:
- Feb 7, 2005, 1:26:25 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/swig/pslib.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/swig/pslib.i
r3124 r3145 5 5 #define SWIG 6 6 #include "pslib.h" 7 8 /* SWIG uses malloc/free - make it use the pslib memory functions instead. */ 9 /* 10 #define malloc(S) psAlloc(S) 11 #define realloc(P,S) psRealloc(P,S) 12 #define free(P) psFree(P) 13 */ 14 7 15 %} 16 17 /* grab the typedefs used throughout psLib, e.g. psU8, psU16,... */ 18 %import "psType.h" 19 %import "psMemory.h" 8 20 9 21 %include "cpointer.i"
Note:
See TracChangeset
for help on using the changeset viewer.
