Home | History | Annotate | Download | only in etc

Lines Matching full:windows

421 	For the moment real localization is used for windows platforms
422 (_STLP_WIN32 except Windows CE) and when Glibc 2.2 or newer with
446 values defined in the C++ Standard 22.2.1. Under Windows the
586 0 as it looks like Windows do not consider FILE* as allowing
752 Intel C++ compiler 9 for Windows.
924 2 encodings, the Windows specific code page 936 and the UTF8 one.
1221 nmake catalog; settings from gmake/windows/sysid.mak should
1224 build it; removed windows platform support that used to represent
1738 stlp_in_range, __in_range is a macro in the Windows Vista PSDK.
1775 inconsistency under Windows. We now use the locale class with the
1807 i.e. based on Windows calls CreateFile/CloseHandle/ReadFile/WriteFile +
1833 useless now that STLport includes windows.h when building the libraries.
1836 Removed references to Windows 95 build, if STLport users want to target
1837 a specific Windows OS they will only have to use --extra-cxxflags to
1873 config/_windows.h: Fix detection of Windows OS having limited
1876 as it do not only signal Windows 95 build context but also former
1949 * src/fstream.cpp: Under Windows, check that the file we are
1957 Windows CE special implementation.
1960 built from platform dependent null pipe (NUL under Windows, /dev/null
1966 config/_windows.h: Change macro checks to detect Windows 95 platform.
1967 Windows 95 and NT4 has both WINVER == 0x0400 but only Windows 95 has
1970 _STLP_WIN95 macro signals Windows 95 platform, it replaces
1974 messages facet, Windows platform do not support it.
2138 * stlport/stl/config/_windows.h: Add some Windows macro before
2139 inclusion of windows.h when building library to limit Windows
2141 _STLP_OUTERMOST_HEADER_ID macro before windows.h inclusion to
2143 included in windows.h as at this moment STLport is not yet completely
2147 limit inclusion from windows.h, it is a user decision not an STLport one.
2160 compatibility, per default it is Windows 98 and later ones.
2163 --windows95 to signal that we want Windows 95 compatibility.
2170 - When building the libraries we always include windows.h, when using
2171 the library we always use own function declaration to avoid windows.h
2220 inconsistency when building STLport for Windows 95 and using it
2221 in Windows XP or opposite. Depending on targetted platform,
2235 STLport libs windows.h or afx.h, when _STLP_USE_MFC is defined, is
2238 windows.h is included.
2241 c_locale_win32/c_locale_win32.c: Removed references to windows.h now
2709 * build/Makefiles/gmake/gcc.mak: Hide -fvisibility option for windows as