Fix for issue 14725 for 3.2 branch

This commit is contained in:
Richard Oudkerk 2012-05-05 20:41:23 +01:00
parent 16f6f8338b
commit 7ef909cdd7
3 changed files with 22 additions and 1 deletions

View file

@ -244,6 +244,7 @@ create_win32_namespace(void)
Py_INCREF(&Win32Type);
WIN32_CONSTANT(F_DWORD, ERROR_ALREADY_EXISTS);
WIN32_CONSTANT(F_DWORD, ERROR_NO_DATA);
WIN32_CONSTANT(F_DWORD, ERROR_PIPE_BUSY);
WIN32_CONSTANT(F_DWORD, ERROR_PIPE_CONNECTED);
WIN32_CONSTANT(F_DWORD, ERROR_SEM_TIMEOUT);