No amalgamation

This commit is contained in:
Rafal Kupiec
2018-07-12 13:31:05 +02:00
rodzic 34a5eb817c
commit 520e2280e4
12 zmienionych plików z 0 dodań i 24 usunięć

2
lib.c
Wyświetl plik

@@ -19,9 +19,7 @@
* internally as a secure replacement of the standard libc.
* The library is re-entrant,thread-safe and platform independent.
*/
#ifndef PH7_AMALGAMATION
#include "ph7int.h"
#endif
#if defined(__WINNT__)
#include <Windows.h>
#else