1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

include: delete leading underscore from macro name

It can cause compiler warnings in 3rd-party code.

Follow-up to 59666e03f0

Closes #957
This commit is contained in:
Viktor Szakats
2023-04-13 11:09:35 +00:00
parent 1ccae7d548
commit 224fffb178
2 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
#include "libssh2.h"
#ifndef _LIBSSH2_WIN32
#ifndef LIBSSH2_WIN32
#include <unistd.h>
#endif