Try support for Windows again.

Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
Mike Inouye 2024-09-18 23:46:28 +00:00
parent 5bd52161cd
commit 8179c73e62
1 changed files with 5 additions and 1 deletions

View File

@ -18,8 +18,12 @@
***********************************************************************/
#ifdef WIN32
#include <windows.h>
#define PATH_MAX MAX_PATH
#else
#include <limits.h>
#include <stdlib.h>
#endif
#include "extra.h"