diff --git a/common/idle.c b/common/idle.c index 881d488d4..a5c61bf05 100644 --- a/common/idle.c +++ b/common/idle.c @@ -20,8 +20,8 @@ #include #include #include - #include - #include + #include + #include #else #define _WIN32_WINNT 0x0500 #include @@ -38,7 +38,7 @@ static PyObject * idle_init(PyObject *self, PyObject *args) -{ +{ #ifndef _WIN32 gtk_init (NULL, NULL); #else @@ -86,7 +86,7 @@ static PyObject * idle_getIdleSec(PyObject *self, PyObject *args) } static PyObject * idle_close(PyObject *self, PyObject *args) -{ +{ #ifndef _WIN32 gtk_main_quit (); #else