winebuild: Fix path separator for Cygwin.

This commit is contained in:
Alexandre Julliard 2013-12-21 20:49:16 +01:00
parent 91356c3bed
commit c2d0907923
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include "build.h"
#ifdef _WIN32
#if defined(_WIN32) && !defined(__CYGWIN__)
# define PATH_SEPARATOR ';'
#else
# define PATH_SEPARATOR ':'