Skip to content
Snippets Groups Projects
Commit 369b47d6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove windows crap (^M)

parent 43e123e7
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/extensions/scrnsaver.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#else
#define _WIN32_WINNT 0x0500
#include <windows.h>
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment