Skip to content

Commit

Permalink
CopernicaMarketingSoftware#507 connection_name property is not set on…
Browse files Browse the repository at this point in the history
… windows platform
  • Loading branch information
olejniczak committed Aug 24, 2023
1 parent b280aef commit b3e2451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/programname.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3e2451

Please sign in to comment.