forked from github/server
Merge branch 'develop' into clibs
This commit is contained in:
commit
e47957ae8e
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue