mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
MinGW warning cleanup: _MSC_VER -> _WIN32.
From 1ba5adb2ec "MDB_VL32 preparation".
This commit is contained in:
parent
25fd09df6d
commit
935a90dfc4
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ typedef SSIZE_T ssize_t;
|
|||
#define ESECT
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
#define CALL_CONV WINAPI
|
||||
#else
|
||||
#define CALL_CONV
|
||||
|
|
|
|||
Loading…
Reference in a new issue