USE CGYWIN_V15_WIN32API as macro to select api for cygwin
The previous macro was confusing to some, and did not include "cygwin" in its name. The updated name more clearly expresses a choice of the win32api implementation that shipped with version 1.5 of cygwin. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
380a4d927b
commit
9fca6cffc0
@ -1,5 +1,5 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#ifdef V15_MINGW_HEADERS
|
||||
#ifdef CYGWIN_V15_WIN32API
|
||||
#include "../git-compat-util.h"
|
||||
#include "win32.h"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user