This commit is contained in:
2018-07-23 19:39:21 +02:00
parent c28e0dbc88
commit 52d9616503
7 changed files with 11 additions and 39 deletions

View File

@@ -50,11 +50,6 @@
/* $SymiscID: ph7.h v2.1 UNIX|WIN32/64 2012-09-15 09:43 stable <chm@symisc.net> $ */
#include <stdarg.h> /* needed for the definition of va_list */
#include <stdio.h> /* needed for the definition of snprintf */
#include <limits.h> /* needed for PATH_MAX */
#include <stdlib.h>
#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
#endif
/*
* Compile time engine version, signature, identification in the symisc source tree
* and copyright notice.