First batch of change of waf/MSVC specific changes from EZ4Stephen

This commit is contained in:
Robin Gareus 2025-11-09 20:14:32 +01:00
parent e29523ab52
commit 4998b114ea
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 24 additions and 9 deletions

View file

@ -18,14 +18,17 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <algorithm>
#include <assert.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifndef COMPILER_MSVC
#include <dirent.h>