summaryrefslogtreecommitdiff
path: root/lang/python/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/helpers.h')
-rw-r--r--lang/python/helpers.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/python/helpers.h b/lang/python/helpers.h
index 61f538e..e9faa7c 100644
--- a/lang/python/helpers.h
+++ b/lang/python/helpers.h
@@ -25,11 +25,6 @@
#include <gpgme.h>
#include "Python.h"
-#ifdef _WIN32
-#include <windows.h>
-#define write(fd, str, sz) {DWORD written; WriteFile((HANDLE) fd, str, sz, &written, 0);}
-#endif
-
/* Flag specifying whether this is an in-tree build. */
extern int gpg_in_tree_build;