diff options
Diffstat (limited to 'contrib/replxx/src/windows.hxx')
-rw-r--r-- | contrib/replxx/src/windows.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/replxx/src/windows.hxx b/contrib/replxx/src/windows.hxx index d49484fd8..243f41cb7 100644 --- a/contrib/replxx/src/windows.hxx +++ b/contrib/replxx/src/windows.hxx @@ -35,7 +35,7 @@ class WinAttributes { int _consoleColor; }; -int win_write( char const*, int ); +int win_write( HANDLE, bool, char const*, int ); extern WinAttributes WIN_ATTR; |