#507 connection_name property is not set on windows platform

This commit is contained in:
Przemyslaw Olejniczak 2023-08-24 21:29:32 +02:00
parent b280aef308
commit b3e24510c0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <limits.h>
#if defined(_WIN32) || defined(_WIN64)
#include "Windows.h"
#define PATH_MAX MAX_PATH
#else
#include <unistd.h>
#endif