Skip to content

Commit 85624f0

Browse files
committed
embed: Increase max path length.
1 parent 24f9c57 commit 85624f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Embedded/np_embed.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#define NUITKAPYTHON_EMBED_BUILD
22
#define _FILE_OFFSET_BITS 64
33
#include "np_embed.h"
4+
#define PATH_MAX 4096
45
#ifdef _WIN32
56
#include <windows.h>
67
#endif

0 commit comments

Comments
 (0)