Staging
v0.5.1
https://github.com/python/cpython
Revision aa6a939d3324dc039d58b64234556529eec155b4 authored by Mark Dickinson on 13 August 2010, 07:57:29 UTC, committed by Mark Dickinson on 13 August 2010, 07:57:29 UTC
ncurses returning ERR from getmouse() when there are no mouse events
available.
1 parent 5b07f3c
Raw File
Tip revision: aa6a939d3324dc039d58b64234556529eec155b4 authored by Mark Dickinson on 13 August 2010, 07:57:29 UTC
Issue #8433: Fix test_curses failure caused by newer versions of
Tip revision: aa6a939
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top