Skip to content

Commit

Permalink
window_info: fix windows compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakogut committed Dec 22, 2017
1 parent 0e99310 commit ada19ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kivy/core/window/window_attrs.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ IF USE_X11:
ctypedef XID Window

IF UNAME_SYSNAME == 'Windows':
cdef extern from "WinNT.h":
cdef extern from "windows.h":
ctypedef void *HANDLE

cdef extern from "WinDef.h":
ctypedef HANDLE HWND
ctypedef HANDLE HDC
ctypedef HANDLE HINSTANCE

0 comments on commit ada19ea

Please sign in to comment.