Merge branch 'develop' into clibs

This commit is contained in:
Enno Rehling 2017-01-26 19:06:14 +01:00 committed by GitHub
commit e47957ae8e
2 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#ifndef UNILIB_H
#define UNILIB_H
#define _POSIX_C_SOURCE 200809L
#ifdef _MSC_VER
#ifndef __STDC__
#define __STDC__ 1 // equivalent to /Za
@ -18,6 +17,8 @@
#pragma warning(disable: 4459) // declaration hides global
#endif
#define _POSIX_C_SOURCE 200809L
#ifndef MAX_PATH
# define MAX_PATH 4096
#endif

View File

@ -54,6 +54,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <util/umlaut.h>
#include <selist.h>
#include <quicklist.h>
/* libc includes */
#include <assert.h>
#include <limits.h>