Skip to content

Commit

Permalink
Try support for Windows again.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Inouye <[email protected]>
  • Loading branch information
mikesinouye committed Sep 18, 2024
1 parent 5bd5216 commit 8179c73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/misc/extra/extraUtilFile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8179c73

Please sign in to comment.