summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKovensky <diogomfranco@gmail.com>2013-03-23 16:38:22 -0300
committerwm4 <wm4@nowhere>2013-03-23 21:04:59 +0100
commit4be6ff5ee33bf1c0fabd00d8f5280e2be222adea (patch)
tree29de8fe2dd64249a4c59380a6b77ac9fb82d1482 /configure
parent746b5e6027754853d2f33f764f0e5ffd75f3bd93 (diff)
downloadmpv-4be6ff5ee33bf1c0fabd00d8f5280e2be222adea.tar.bz2
mpv-4be6ff5ee33bf1c0fabd00d8f5280e2be222adea.tar.xz
w32_common: Cygwin64 fixes
Good news: MPV worked fine even without the fixes, but pointer size mismatch warnings aren't the nicest things to leave lying around. Fix macro that assumed HWND is uint32_t-sized. Win64 is also a special butterfly and is an LLP64 platform on amd64 CPUs, while all the other amd64 platforms are LP64. Cygwin decided to go with the other platforms, and thus sizeof(long) != sizeof(int), and in cygwin's windows headers LONG is int-sized. Fix an mp_msg that assumed LONG is long.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions