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:
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "libssh2.h"
|
||||
|
||||
#ifndef _LIBSSH2_WIN32
|
||||
#ifndef LIBSSH2_WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user