summaryrefslogtreecommitdiff
path: root/popthelp.c
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2010-11-29 13:44:28 +0000
committerdevzero2000 <devzero2000>2010-11-29 13:44:28 +0000
commit9a89a5356a11b29f19d98db585088cebd6965904 (patch)
tree1bd3d4366a438e3946395dfc7f6fd76881053a16 /popthelp.c
parentc81c1d87f776719c8ae134184b84642a26051567 (diff)
downloadlibpopt-9a89a5356a11b29f19d98db585088cebd6965904.tar.gz
Get built with MSVC, though tests are failing
Merge 7581f1dfcd792dbcfad4ea51b3d2abcf8432e786 from Matt Arsenault <arsenm2@rpi.edu> git://github.com/arsenm/POPT.git master branch
Diffstat (limited to 'popthelp.c')
-rw-r--r--popthelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/popthelp.c b/popthelp.c
index a50722a..ed21221 100644
--- a/popthelp.c
+++ b/popthelp.c
@@ -10,7 +10,7 @@
#include "system.h"
-#define POPT_USE_TIOCGWINSZ
+//#define POPT_USE_TIOCGWINSZ
#ifdef POPT_USE_TIOCGWINSZ
#include <sys/ioctl.h>
#endif