Home | History | Annotate | Download | only in lib

Lines Matching defs:WIN32

30  * Define WIN32 when build target is Win32 API
33 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) && \
35 #define WIN32
38 #ifdef WIN32
63 # ifdef WIN32
64 # include "config-win32.h"
349 * Large file (>2Gb) support using WIN32 functions.
367 * Small file (<2Gb) support using WIN32 functions.
445 #ifdef WIN32
450 #else /* WIN32 */
487 #endif /* WIN32 */
512 * lcc-win32 doesn't have _beginthreadex(), lacks threads support.
515 #if defined(__LCC__) && defined(WIN32)
579 * in lib/config-win32.h although absolutely discouraged and unsupported.
725 #if defined(WIN32) || defined(MSDOS)
730 /* Cygwin has specific behavior we need to address when WIN32 is not defined.
751 # if defined(WIN32) || defined(__CYGWIN__)
761 * to the Win32 APIs. */