Home | History | Annotate | Download | only in doc

Lines Matching full:windows

1 Note for Windows users:
3 It is highly recommended to declare the Windows OS version you are
10 Windows XP:
15 use, windows.h gives a default value to WINVER. However, when using the
16 library, windows.h is not necessarily included, at least not by STLport
21 Here is the main reason for following this advise, the Windows 95
25 InterlockedIncrement and InterlockedDecrement after Windows 95, STLport
26 libraries built for Windows 95 cannot be used to generate an application
27 built for Windows XP for instance. So, if you build STLport with a Windows
28 95 PSDK, STLport will be ready for Windows 95. If you then use it without
29 defining _WIN32_WINDOWS to signal Windows 95 compatibility, STLport will
30 consider that it can use latest Windows OS features like the new
33 with the libraries built for Windows 95.
42 if you are trying to use STLport libraries built for Windows 98 or later
43 to generate an application targetting the Windows 95 platform.
45 if you are trying to use STLport libraries built for Windows 95 to generate
48 Windows XP platform for instance.
50 Of course, targetting the latest Windows OS versions will give you the best