HomeSort by: relevance | last modified time | path
    Searched refs:WINDOWS (Results 1 - 6 of 6) sorted by relevancy

  /src/common/dist/zlib/
zconf.h 181 #if defined(_WINDOWS) && !defined(WINDOWS)
182 # define WINDOWS
189 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
224 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
338 #if defined(WINDOWS) || defined(WIN32)
362 # include <windows.h>
364 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
zconf.h.cmakein 179 #if defined(_WINDOWS) && !defined(WINDOWS)
180 # define WINDOWS
187 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
222 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
332 #if defined(WINDOWS) || defined(WIN32)
356 # include <windows.h>
358 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
zconf.h.in 177 #if defined(_WINDOWS) && !defined(WINDOWS)
178 # define WINDOWS
185 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
220 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
330 #if defined(WINDOWS) || defined(WIN32)
354 # include <windows.h>
356 /* For complete Windows compatibility, use WINAPI, not __stdcall. */
zutil.h 106 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
  /src/common/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
16 Oct-2009 - Defined fxxxx64 calls to normal fopen/ftell/fseek so they would compile on windows.
17 (but you should use iowin32.c for windows instead)
127 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK)
  /src/sys/net/
zlib.h 209 /* Compile with -DZLIB_DLL for Windows DLL support */
211 # if defined(_WINDOWS) || defined(WINDOWS)
215 # include <windows.h>
225 # include <windows.h>

Completed in 16 milliseconds