diff options
author | Ron Yorston <rmy@pobox.com> | 2012-06-26 13:28:45 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-06-26 14:51:56 +0100 |
commit | b25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa (patch) | |
tree | 017081095323febda9315fd03fd852c201b4ea0d /include/platform.h | |
parent | 8ed4a312b78eb0c243267978b776a443ddb55a83 (diff) | |
download | busybox-w32-b25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa.tar.gz busybox-w32-b25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa.tar.bz2 busybox-w32-b25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa.zip |
mingw32: add man
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index b3c4eaf5d..925cce60c 100644 --- a/include/platform.h +++ b/include/platform.h | |||
@@ -395,6 +395,7 @@ typedef unsigned smalluint; | |||
395 | 395 | ||
396 | #if ENABLE_PLATFORM_MINGW32 | 396 | #if ENABLE_PLATFORM_MINGW32 |
397 | # undef HAVE_DPRINTF | 397 | # undef HAVE_DPRINTF |
398 | # undef HAVE_GETLINE | ||
398 | # undef HAVE_MEMRCHR | 399 | # undef HAVE_MEMRCHR |
399 | # undef HAVE_MKDTEMP | 400 | # undef HAVE_MKDTEMP |
400 | # undef HAVE_SETBIT | 401 | # undef HAVE_SETBIT |