]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/win32_curses.h
ncurses 6.4 - patch 20240420
[ncurses.git] / include / win32_curses.h
index b4937cd4d58a912d7f4f9c3d97465a39e5e08d61..0c807a022b1508f45ff6704d22098e3dc14aa0d9 100644 (file)
@@ -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  *
  ****************************************************************************/
 
 /****************************************************************************
- * 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);