X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fwin32_curses.h;h=0c807a022b1508f45ff6704d22098e3dc14aa0d9;hp=b4937cd4d58a912d7f4f9c3d97465a39e5e08d61;hb=91d451ffc473b358d8d74506d2da8871e44fbd7b;hpb=1f7a36fe16b11bb4aab51be89bbc1b0f75936b78 diff --git a/include/win32_curses.h b/include/win32_curses.h index b4937cd4..0c807a02 100644 --- a/include/win32_curses.h +++ b/include/win32_curses.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2018,2020 Thomas E. Dickey * + * Copyright 2018-2020,2021 Thomas E. Dickey * * Copyright 2008-2014,2017 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -28,10 +28,10 @@ ****************************************************************************/ /**************************************************************************** - * Author: Juergen Pfeifer, 2008-on * + * Author: Juergen Pfeifer, 2008-on * ****************************************************************************/ -/* $Id: win32_curses.h,v 1.1 2020/08/14 21:57:01 juergen Exp $ */ +/* $Id: win32_curses.h,v 1.3 2021/06/17 21:26:02 tom Exp $ */ /* * This is the interface we use on Windows to mimic the control of the settings @@ -44,8 +44,8 @@ struct winconmode { - unsigned int dwFlagIn; - unsigned int dwFlagOut; + unsigned long dwFlagIn; + unsigned long dwFlagOut; }; extern NCURSES_EXPORT(void*) _nc_console_fd2handle(int fd);