diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-13 14:39:27 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-13 14:39:27 +0000 |
| commit | ab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301 (patch) | |
| tree | 8fed419474f1dd2bb2ebfa3c4de6e885125eedea /lib/python | |
| parent | 718dac0e6e2bcd6727dda2eeae49ddc3518515b9 (diff) | |
| download | enigma2-ab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301.tar.gz enigma2-ab92ba5e6b439cb9a0aabc8c9330ec7d4ad9b301.zip | |
better handling for time_t .. use typedef
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/enigma_python.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 7aa90812..7764f8ca 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -113,6 +113,7 @@ extern PSignal1<void,int> &keyPressedSignal(); #define DEBUG +typedef long time_t; %include "typemaps.i" %include "stl.i" %include <lib/python/swig.h> |
