OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USE_WIN32_LARGE_FILES
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
config-win32ce.h
398
# define
USE_WIN32_LARGE_FILES
404
#if !defined(
USE_WIN32_LARGE_FILES
) && !defined(USE_WIN32_SMALL_FILES)
config-win32.h
633
# define
USE_WIN32_LARGE_FILES
639
#if defined(__MINGW32__) && !defined(
USE_WIN32_LARGE_FILES
)
640
# define
USE_WIN32_LARGE_FILES
643
#if defined(__WATCOMC__) && !defined(
USE_WIN32_LARGE_FILES
)
644
# define
USE_WIN32_LARGE_FILES
648
# undef
USE_WIN32_LARGE_FILES
651
#if !defined(
USE_WIN32_LARGE_FILES
) && !defined(USE_WIN32_SMALL_FILES)
Completed in 846 milliseconds