Home
last modified time | relevance | path

Searched refs:v40 (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/fusion/
H A Dasmenum.c404 static const WCHAR v40[] = {'v','4','.','0','_',0}; in enumerate_gac() local
420 hr = enum_gac_assemblies(&asmenum->assemblies, pName, 0, v40, path); in enumerate_gac()
425 hr = enum_gac_assemblies(&asmenum->assemblies, pName, 0, v40, path); in enumerate_gac()
430 hr = enum_gac_assemblies(&asmenum->assemblies, pName, 0, v40, path); in enumerate_gac()
/reactos/sdk/lib/3rdparty/freetype/
H A DChangeLog550 TrueType Auto v40
2143 [truetype] Fix metrics of B/W hinting in v40 mode.
2145 Phantom points are now saved outside v40 backwards compatibility
2147 v40 monochrome mode.
2153 [truetype] Do not set any ClearType flags in v40 monochrome mode.
2156 differences between v35 and v40 in monochrome mode, e.g., in
/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c5894 static const WCHAR v40[] = {'4','.','0'}; in test_navigator() local
5938 ok(!memcmp(bstr, v40, sizeof(v40)), "appVersion is %s\n", wine_dbgstr_w(bstr)); in test_navigator()