Searched refs:win98 (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/winmm/ |
H A D | joystick.c | 69 UINT i, par, devices, joyid, win98 = 0, win8 = 0; in test_api() local 97 else win98++; in test_api() 122 ok(ret == JOYERR_PARMS || broken(win98 && ret == MMSYSERR_INVALPARAM) /* Win 98 */, in test_api() 131 if (!win98 && broken(1)) win8++; /* Windows 98 or 8 cannot cope with that */ in test_api() 153 if (!win98 && (1 << i) & threshold_error) in test_api() 160 if (!win98 || i < 8) in test_api() 179 ok(ret == JOYERR_PARMS || broken(win98 && ret == MMSYSERR_INVALPARAM), in test_api() 186 ok(ret == JOYERR_PARMS || broken(win98 && ret == MMSYSERR_INVALPARAM), in test_api()
|
/reactos/dll/win32/comdlg32/ |
H A D | cdlg_xx.rc | 26 #define WINE_FILEVERSION 4,0,0,950 /* Maybe 4.1.0.980 for win98?? */
|
/reactos/sdk/lib/3rdparty/stlport/ |
H A D | configure.bat | 131 echo win98 Windows 98 and up to Windows XP excluded 435 if "%2" == "win98" goto op_win98
|