Skip to content

Commit

Permalink
fix: add CHTYPE_32
Browse files Browse the repository at this point in the history
fix: add CHTYPE_32 #2

fix: add CHTYPE_32 #3

fix: add CHTYPE_32 #4
  • Loading branch information
codedwrench committed Jan 10, 2022
1 parent f10d58b commit 1e60bc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Includes/UserInterface/Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <stddef.h>

#define PDC_WIDE
#define CHTYPE_32
#include <curses.h>
#undef timeout

Expand Down
1 change: 1 addition & 0 deletions Includes/UserInterface/WindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
**/

#define PDC_WIDE
#define CHTYPE_32
#include <curses.h>

#include "IWindow.h"
Expand Down
1 change: 1 addition & 0 deletions Sources/UserInterface/KeyboardController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <utility>

#define PDC_WIDE
#define CHTYPE_32
#include <curses.h>

#include "../../Includes/Logger.h"
Expand Down
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <boost/program_options.hpp>

#define PDC_WIDE
#define CHTYPE_32
#include <curses.h>

#include "Includes/IPCapDevice.h"
Expand Down

0 comments on commit 1e60bc6

Please sign in to comment.