1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

tidy-up: prefer #ifdef / #ifndef (formatting)

Closes #1532
This commit is contained in:
Viktor Szakats
2025-01-31 12:01:51 +01:00
parent 784446b6c5
commit 5cca650b1d
8 changed files with 15 additions and 15 deletions

View File

@ -29,7 +29,7 @@
#include <stdio.h>
#if defined(_MSC_VER)
#ifdef _MSC_VER
#define LIBSSH2_FILESIZE_MASK "I64u"
#else
#define LIBSSH2_FILESIZE_MASK "llu"