diff options
-rw-r--r-- | Source/CursesDialog/cmCursesStandardIncludes.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h index 9abf267..9c1e035 100644 --- a/Source/CursesDialog/cmCursesStandardIncludes.h +++ b/Source/CursesDialog/cmCursesStandardIncludes.h @@ -44,11 +44,9 @@ enum { cmCursesStandardIncludesHackRef1 = sizeof(cfgetospeed(0)), - cmCursesStandardIncludesHackRef2 = sizeof(cfgetospeed(0, 0)), - cmCursesStandardIncludesHackRef3 = sizeof(cfgetispeed(0)), - cmCursesStandardIncludesHackRef4 = sizeof(cfgetispeed(0, 0)), - cmCursesStandardIncludesHackRef5 = sizeof(tcgetattr(0, 0)), - cmCursesStandardIncludesHackRef6 = sizeof(tcsetattr(0, 0, 0)) + cmCursesStandardIncludesHackRef2 = sizeof(cfgetispeed(0)), + cmCursesStandardIncludesHackRef3 = sizeof(tcgetattr(0, 0)), + cmCursesStandardIncludesHackRef4 = sizeof(tcsetattr(0, 0, 0)) }; #endif |