#include "Python.h" #ifndef PLATFORM #define PLATFORM "unknown" #endif const char * Py_GetPlatform(void) { return PLATFORM; } and hardware platforms with little or no change in the underlying codebase, while still being a native application with native capabilities and speed.
summaryrefslogtreecommitdiffstats
path: root/examples/dbus
Commit message (Expand)AuthorAgeFilesLines
* Fix example compile and runtime warnings, webkit examples not built.Friedemann Kleint2010-06-181-4/+2
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-19