From eae74c7acfa484868f5374f8f0ebff1eb39d1c61 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 12 Feb 2012 20:44:37 +0000 Subject: redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32, instead of WIN32 git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1644 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/rle_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urt') diff --git a/urt/rle_config.h b/urt/rle_config.h index 7b44bfdd..c1f4629d 100644 --- a/urt/rle_config.h +++ b/urt/rle_config.h @@ -1,5 +1,5 @@ #include "pm_config.h" -#if defined(WIN32) && !defined(__CYGWIN__) +#if MSVCRT #define NO_OPEN_PIPES #endif -- cgit 1.4.1