History log of /reactos/modules/ (Results 101 – 125 of 1941)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ebfec38c20-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[ATL][ATL_APITEST] Independent ReactOS ATL (RATL) support (#5657)

This is an attempt to make ReactOS ATL (RATL) independent.
https://github.com/katahiromz/RATL
CORE-19153

ff5ccb5919-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHLWAPI][SHLWAPI_APITEST] Fix SHGetPerScreenResName (#5701)

Use HORZRES and VERTRES instead of SM_CXFULLSCREEN and SM_CYFULLSCREEN.
CORE-9283

08cc45ee19-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[ATL_APITEST] atlconv: Disable corner case test of CWAEX

0eecebb118-Sep-2023 Joachim Henze <joachim.henze@reactos.org>

[KBDLAYOUT] Avoid (DLGPROC) cast (#5698)


- Avoid DLGPROC-cast
- Bring header-section closer to our coding guidelines
- Strip inconsistent empty-lines
- Strip useless return at the end of void f

[KBDLAYOUT] Avoid (DLGPROC) cast (#5698)


- Avoid DLGPROC-cast
- Bring header-section closer to our coding guidelines
- Strip inconsistent empty-lines
- Strip useless return at the end of void func

Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

show more ...

1da71e2518-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 6 (#5699)

Follow-up to #5691. Strengthen shdocvw_apitest
testcase. Fix CLSID_MruPidlList class.
CORE-9283

1e06be7718-Sep-2023 Joachim Henze <joachim.henze@reactos.org>

[IMAGELISTVIEWER] Avoid (DLGPROC) cast (#5697)

8a54e4c917-Sep-2023 Joachim Henze <Joachim.Henze@reactos.org>

[TEMPLATES] Avoid (DLGPROC) casts

The type-system is supposed to be our friend, not our enemy.
I pushed this without PR, because the buildbots don't
build the templates by default. That requires
con

[TEMPLATES] Avoid (DLGPROC) casts

The type-system is supposed to be our friend, not our enemy.
I pushed this without PR, because the buildbots don't
build the templates by default. That requires
configure -DENABLE_ROSAPPS=1 -DENABLE_ROSAPPS_TEMPLATES=1
So no gain in running them. Greta Thunberg will appreciate the saved CPU-cycles to fight global warming.

I verified it locally to compile without warnings on GCC8.4.0dbg x86
and it follows the same pattern as
0.4.15-dev-6626-g 806da4421c13becf47735ad33f18dafd542497df
which passed all the bots successfully. Also the x64 ones.

show more ...

4c8a2a8814-Sep-2023 Ratin Gao <ratin@knsoft.org>

[KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API (#5149)

- Implement firmware environment variable read/write APIs
- Add, fix and improve related definitions and declarations
-

[KERNEL32][KERNEL32_APITEST] Implement user-mode UEFI / Firmware API (#5149)

- Implement firmware environment variable read/write APIs
- Add, fix and improve related definitions and declarations
- Add kernel32:UEFIFirmware apitest

CORE-11954

show more ...

1961d70811-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 3 (#5646)

Follow-up to #5634.
- Implement CMruBase::_UseEmptySlot.
- Implement CMruLongList and CMruShortList.
- Add CMruClassFac

[SHDOCVW][SHDOCVW_APITEST] Implement MRU List for Shell Bag, Part 3 (#5646)

Follow-up to #5634.
- Implement CMruBase::_UseEmptySlot.
- Implement CMruLongList and CMruShortList.
- Add CMruClassFactory class and modify
DllGetClassObject function by using it.
- Add shdocvw_apitest.exe.
CORE-9283

show more ...

7497f02808-Sep-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32_APITEST] Improve InitOnce test

6286475d08-Sep-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32_APITEST] Fix stack corruption in InitOnce test on x64

97b64c4508-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[ATL][ATL_APITEST] CImage testcase should cover all formats (#5653)

Strengthen CImage testcase and improve CImage class.
ROSTESTS-387, CORE-19008

1d59cf4314-Aug-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[NTDLL_APITEST] Add tests for critical sections

f491d7cc06-Sep-2023 Ratin Gao <ratin@knsoft.org>

[KERNEL32][RTL] Implement One-Time initialization API and improve RTL support (#5046)

* [KERNEL32][RTL] Implement One-Time initialization API and improve RTL support


/reactos/base/applications/notepad/lang/hi-IN.rc
/reactos/base/applications/regedit/lang/it-IT.rc
/reactos/dll/win32/kernel32/kernel32.spec
/reactos/dll/win32/kernel32/kernel32_vista/CMakeLists.txt
/reactos/dll/win32/kernel32/kernel32_vista/InitOnce.c
/reactos/dll/win32/kernel32/kernel32_vista/kernel32_vista.spec
/reactos/dll/win32/shell32/lang/bg-BG.rc
/reactos/dll/win32/shell32/lang/ca-ES.rc
/reactos/dll/win32/shell32/lang/cs-CZ.rc
/reactos/dll/win32/shell32/lang/da-DK.rc
/reactos/dll/win32/shell32/lang/de-DE.rc
/reactos/dll/win32/shell32/lang/el-GR.rc
/reactos/dll/win32/shell32/lang/en-GB.rc
/reactos/dll/win32/shell32/lang/en-US.rc
/reactos/dll/win32/shell32/lang/es-ES.rc
/reactos/dll/win32/shell32/lang/et-EE.rc
/reactos/dll/win32/shell32/lang/eu-ES.rc
/reactos/dll/win32/shell32/lang/fi-FI.rc
/reactos/dll/win32/shell32/lang/fr-FR.rc
/reactos/dll/win32/shell32/lang/he-IL.rc
/reactos/dll/win32/shell32/lang/hi-IN.rc
/reactos/dll/win32/shell32/lang/hu-HU.rc
/reactos/dll/win32/shell32/lang/id-ID.rc
/reactos/dll/win32/shell32/lang/it-IT.rc
/reactos/dll/win32/shell32/lang/ja-JP.rc
/reactos/dll/win32/shell32/lang/ko-KR.rc
/reactos/dll/win32/shell32/lang/nl-NL.rc
/reactos/dll/win32/shell32/lang/no-NO.rc
/reactos/dll/win32/shell32/lang/pl-PL.rc
/reactos/dll/win32/shell32/lang/pt-BR.rc
/reactos/dll/win32/shell32/lang/pt-PT.rc
/reactos/dll/win32/shell32/lang/ro-RO.rc
/reactos/dll/win32/shell32/lang/ru-RU.rc
/reactos/dll/win32/shell32/lang/sk-SK.rc
/reactos/dll/win32/shell32/lang/sl-SI.rc
/reactos/dll/win32/shell32/lang/sq-AL.rc
/reactos/dll/win32/shell32/lang/sv-SE.rc
/reactos/dll/win32/shell32/lang/tr-TR.rc
/reactos/dll/win32/shell32/lang/uk-UA.rc
/reactos/dll/win32/shell32/lang/zh-CN.rc
/reactos/dll/win32/shell32/lang/zh-HK.rc
/reactos/dll/win32/shell32/lang/zh-TW.rc
rostests/apitests/kernel32/CMakeLists.txt
rostests/apitests/kernel32/InitOnce.c
rostests/apitests/kernel32/testlist.c
/reactos/ntoskrnl/ke/amd64/thrdini.c
/reactos/sdk/include/ndk/rtlfuncs.h
/reactos/sdk/include/psdk/winbase.h
/reactos/sdk/include/xdk/winnt_old.h
/reactos/sdk/lib/rtl/runonce.c
9ce81f6406-Sep-2023 Doug Lyons <douglyons@douglyons.com>

[WINHTTP_WINETEST] Skip wine_dbgstr_wn() call when returned text length is zero (#5656)

On receiving a zero length response, do not try to print returned text using wine_dbgstr_wn().
Instead check

[WINHTTP_WINETEST] Skip wine_dbgstr_wn() call when returned text length is zero (#5656)

On receiving a zero length response, do not try to print returned text using wine_dbgstr_wn().
Instead check the returned string for zero length and skip the print in that case.

ROSTESTS-377

show more ...

b68a3f3205-Sep-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[ATL][ATL_APITEST] Implement CImageDC class (#5643)

- Use reference count for CImage::GetDC / CImage::ReleaseDC.
- Add CImageDC class.
- Delete modules/rostests/apitests/atl/CImage_WIP.txt.
CORE-

[ATL][ATL_APITEST] Implement CImageDC class (#5643)

- Use reference count for CImage::GetDC / CImage::ReleaseDC.
- Add CImageDC class.
- Delete modules/rostests/apitests/atl/CImage_WIP.txt.
CORE-19008

show more ...


/reactos/base/applications/clipbrd/clipbrd.rc
/reactos/base/applications/clipbrd/lang/ja-JP.rc
/reactos/base/applications/dxdiag/display.c
/reactos/base/applications/mspaint/lang/hu-HU.rc
/reactos/base/applications/notepad/lang/hu-HU.rc
/reactos/base/applications/regedit/lang/ja-JP.rc
/reactos/base/applications/regedit/lang/ro-RO.rc
/reactos/base/applications/screensavers/logon/logon.c
/reactos/base/applications/screensavers/logon/logon.rc
/reactos/base/applications/screensavers/logon/res/0.bmp
/reactos/base/applications/taskmgr/lang/hu-HU.rc
/reactos/base/shell/explorer/lang/hu-HU.rc
/reactos/base/system/winlogon/sas.c
/reactos/boot/bootdata/hivesft.inf
/reactos/dll/cpl/appwiz/lang/hu-HU.rc
/reactos/dll/win32/browseui/lang/hu-HU.rc
/reactos/dll/win32/browseui/shellbrowser.cpp
/reactos/dll/win32/comdlg32/cdlg.h
/reactos/dll/win32/comdlg32/filedlg.c
/reactos/dll/win32/comdlg32/filedlgbrowser.h
/reactos/dll/win32/msgina/gui.c
/reactos/dll/win32/msgina/lang/bg-BG.rc
/reactos/dll/win32/msgina/lang/cs-CZ.rc
/reactos/dll/win32/msgina/lang/de-DE.rc
/reactos/dll/win32/msgina/lang/en-US.rc
/reactos/dll/win32/msgina/lang/es-ES.rc
/reactos/dll/win32/msgina/lang/fr-FR.rc
/reactos/dll/win32/msgina/lang/he-IL.rc
/reactos/dll/win32/msgina/lang/hu-HU.rc
/reactos/dll/win32/msgina/lang/id-ID.rc
/reactos/dll/win32/msgina/lang/it-IT.rc
/reactos/dll/win32/msgina/lang/ja-JP.rc
/reactos/dll/win32/msgina/lang/no-NO.rc
/reactos/dll/win32/msgina/lang/pl-PL.rc
/reactos/dll/win32/msgina/lang/pt-PT.rc
/reactos/dll/win32/msgina/lang/ro-RO.rc
/reactos/dll/win32/msgina/lang/ru-RU.rc
/reactos/dll/win32/msgina/lang/sk-SK.rc
/reactos/dll/win32/msgina/lang/sq-AL.rc
/reactos/dll/win32/msgina/lang/tr-TR.rc
/reactos/dll/win32/msgina/lang/uk-UA.rc
/reactos/dll/win32/msgina/lang/zh-CN.rc
/reactos/dll/win32/msgina/lang/zh-HK.rc
/reactos/dll/win32/msgina/lang/zh-TW.rc
/reactos/dll/win32/msgina/resource.h
/reactos/dll/win32/shdocvw/CMakeLists.txt
/reactos/dll/win32/shdocvw/mrulist.cpp
/reactos/dll/win32/shell32/CShellLink.cpp
/reactos/dll/win32/shell32/lang/bg-BG.rc
/reactos/dll/win32/shell32/lang/ca-ES.rc
/reactos/dll/win32/shell32/lang/cs-CZ.rc
/reactos/dll/win32/shell32/lang/da-DK.rc
/reactos/dll/win32/shell32/lang/de-DE.rc
/reactos/dll/win32/shell32/lang/el-GR.rc
/reactos/dll/win32/shell32/lang/en-GB.rc
/reactos/dll/win32/shell32/lang/en-US.rc
/reactos/dll/win32/shell32/lang/es-ES.rc
/reactos/dll/win32/shell32/lang/et-EE.rc
/reactos/dll/win32/shell32/lang/eu-ES.rc
/reactos/dll/win32/shell32/lang/fi-FI.rc
/reactos/dll/win32/shell32/lang/fr-FR.rc
/reactos/dll/win32/shell32/lang/he-IL.rc
/reactos/dll/win32/shell32/lang/hi-IN.rc
/reactos/dll/win32/shell32/lang/hu-HU.rc
/reactos/dll/win32/shell32/lang/id-ID.rc
/reactos/dll/win32/shell32/lang/it-IT.rc
/reactos/dll/win32/shell32/lang/ja-JP.rc
/reactos/dll/win32/shell32/lang/ko-KR.rc
/reactos/dll/win32/shell32/lang/nl-NL.rc
/reactos/dll/win32/shell32/lang/no-NO.rc
/reactos/dll/win32/shell32/lang/pl-PL.rc
/reactos/dll/win32/shell32/lang/pt-BR.rc
/reactos/dll/win32/shell32/lang/pt-PT.rc
/reactos/dll/win32/shell32/lang/ro-RO.rc
/reactos/dll/win32/shell32/lang/ru-RU.rc
/reactos/dll/win32/shell32/lang/sk-SK.rc
/reactos/dll/win32/shell32/lang/sl-SI.rc
/reactos/dll/win32/shell32/lang/sq-AL.rc
/reactos/dll/win32/shell32/lang/sv-SE.rc
/reactos/dll/win32/shell32/lang/tr-TR.rc
/reactos/dll/win32/shell32/lang/uk-UA.rc
/reactos/dll/win32/shell32/lang/zh-CN.rc
/reactos/dll/win32/shell32/lang/zh-HK.rc
/reactos/dll/win32/shell32/lang/zh-TW.rc
/reactos/dll/win32/shell32/shresdef.h
/reactos/dll/win32/shlwapi/propbag.cpp
/reactos/dll/win32/shlwapi/shlwapi.spec
/reactos/dll/win32/uxtheme/CMakeLists.txt
/reactos/dll/win32/uxtheme/msstyles.c
/reactos/dll/win32/uxtheme/pngsup.cpp
/reactos/dll/win32/uxtheme/uxthemep.h
/reactos/media/themes/Lautus/lautus.msstyles/CMakeLists.txt
/reactos/media/themes/Lautus/lautus.msstyles/bitmaps/NORMAL_STARTBUTTON.pdn
/reactos/media/themes/Lautus/lautus.msstyles/bitmaps/NORMAL_STARTBUTTON.png
/reactos/media/themes/Lautus/lautus.msstyles/lautus.rc
rostests/apitests/atl/CImage.cpp
/reactos/ntoskrnl/ex/init.c
/reactos/ntoskrnl/ex/time.c
/reactos/ntoskrnl/include/internal/kd.h
/reactos/ntoskrnl/include/ntoskrnl.h
/reactos/ntoskrnl/kd/kdio.c
/reactos/ntoskrnl/kd/kdmain.c
/reactos/ntoskrnl/kdbg/kdb.h
/reactos/ntoskrnl/kdbg/kdb_print.c
/reactos/ntoskrnl/kdbg/kdbg.c
/reactos/ntoskrnl/ntos.cmake
/reactos/sdk/include/reactos/shlobj_undoc.h
/reactos/sdk/include/reactos/shlwapi_undoc.h
/reactos/sdk/lib/atl/atlimage.h
5877020031-Aug-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHDOCVW][SDK][COM_APITEST] Implement MRU List for Shell Bag, Part 1 (#5626)

- Add mrulist.cpp source file.
- Add CMruBase, CMruLongList, CMruNode,
and CMruPidlList classes with stub functions.

[SHDOCVW][SDK][COM_APITEST] Implement MRU List for Shell Bag, Part 1 (#5626)

- Add mrulist.cpp source file.
- Add CMruBase, CMruLongList, CMruNode,
and CMruPidlList classes with stub functions.
- Add CLSID_MruPidlList and CLSID_MruLongList.
- Add IMruDataList interface into <shlobj_undoc.h>.
- Add IID_IMruDataList and CLSID_MruLongList
definitions into <shlguid_undoc.h>.
CORE-9283

show more ...


/reactos/base/applications/calc/lang/bg-BG.rc
/reactos/base/applications/calc/lang/cs-CZ.rc
/reactos/base/applications/calc/lang/de-DE.rc
/reactos/base/applications/calc/lang/el-GR.rc
/reactos/base/applications/calc/lang/en-US.rc
/reactos/base/applications/calc/lang/es-ES.rc
/reactos/base/applications/calc/lang/fr-FR.rc
/reactos/base/applications/calc/lang/he-IL.rc
/reactos/base/applications/calc/lang/hu-HU.rc
/reactos/base/applications/calc/lang/id-ID.rc
/reactos/base/applications/calc/lang/it-IT.rc
/reactos/base/applications/calc/lang/ja-JP.rc
/reactos/base/applications/calc/lang/ko-KR.rc
/reactos/base/applications/calc/lang/nl-NL.rc
/reactos/base/applications/calc/lang/no-NO.rc
/reactos/base/applications/calc/lang/pl-PL.rc
/reactos/base/applications/calc/lang/pt-BR.rc
/reactos/base/applications/calc/lang/pt-PT.rc
/reactos/base/applications/calc/lang/ro-RO.rc
/reactos/base/applications/calc/lang/ru-RU.rc
/reactos/base/applications/calc/lang/sk-SK.rc
/reactos/base/applications/calc/lang/sq-AL.rc
/reactos/base/applications/calc/lang/sv-SE.rc
/reactos/base/applications/calc/lang/th-TH.rc
/reactos/base/applications/calc/lang/tr-TR.rc
/reactos/base/applications/calc/lang/uk-UA.rc
/reactos/base/applications/calc/lang/zh-CN.rc
/reactos/base/applications/calc/lang/zh-HK.rc
/reactos/base/applications/calc/lang/zh-TW.rc
/reactos/base/applications/calc/resource.h
/reactos/base/applications/clipbrd/clipbrd.c
/reactos/base/applications/clipbrd/cliputils.c
/reactos/base/applications/clipbrd/winutils.c
/reactos/base/applications/clipbrd/winutils.h
/reactos/base/applications/regedit/CMakeLists.txt
/reactos/base/applications/regedit/framewnd.c
/reactos/base/applications/regedit/lang/bg-BG.rc
/reactos/base/applications/regedit/lang/cs-CZ.rc
/reactos/base/applications/regedit/lang/de-DE.rc
/reactos/base/applications/regedit/lang/el-GR.rc
/reactos/base/applications/regedit/lang/en-US.rc
/reactos/base/applications/regedit/lang/es-ES.rc
/reactos/base/applications/regedit/lang/fr-FR.rc
/reactos/base/applications/regedit/lang/he-IL.rc
/reactos/base/applications/regedit/lang/hu-HU.rc
/reactos/base/applications/regedit/lang/id-ID.rc
/reactos/base/applications/regedit/lang/it-IT.rc
/reactos/base/applications/regedit/lang/ja-JP.rc
/reactos/base/applications/regedit/lang/ko-KR.rc
/reactos/base/applications/regedit/lang/nl-NL.rc
/reactos/base/applications/regedit/lang/no-NO.rc
/reactos/base/applications/regedit/lang/pl-PL.rc
/reactos/base/applications/regedit/lang/pt-BR.rc
/reactos/base/applications/regedit/lang/pt-PT.rc
/reactos/base/applications/regedit/lang/ro-RO.rc
/reactos/base/applications/regedit/lang/ru-RU.rc
/reactos/base/applications/regedit/lang/sk-SK.rc
/reactos/base/applications/regedit/lang/sl-SI.rc
/reactos/base/applications/regedit/lang/sq-AL.rc
/reactos/base/applications/regedit/lang/sv-SE.rc
/reactos/base/applications/regedit/lang/th-TH.rc
/reactos/base/applications/regedit/lang/tr-TR.rc
/reactos/base/applications/regedit/lang/uk-UA.rc
/reactos/base/applications/regedit/lang/zh-CN.rc
/reactos/base/applications/regedit/lang/zh-HK.rc
/reactos/base/applications/regedit/lang/zh-TW.rc
/reactos/base/applications/regedit/main.h
/reactos/base/applications/regedit/resource.h
/reactos/base/applications/regedit/txtproc.c
/reactos/base/applications/sndrec32/lang/ja-JP.rc
/reactos/dll/win32/browseui/shellbrowser.cpp
/reactos/dll/win32/comctl32/propsheet.c
/reactos/dll/win32/kernel32/client/file/find.c
/reactos/dll/win32/shdocvw/CMakeLists.txt
/reactos/dll/win32/shdocvw/mrulist.cpp
/reactos/dll/win32/shdocvw/shdocvw.h
/reactos/dll/win32/shdocvw/shdocvw_main.c
/reactos/dll/win32/shell32/droptargets/CRecyclerDropTarget.cpp
/reactos/dll/win32/shell32/droptargets/CexeDropHandler.cpp
/reactos/dll/win32/shell32/shlfileop.cpp
/reactos/dll/win32/shlwapi/propbag.cpp
rostests/apitests/com/com_apitest.c
rostests/apitests/com/com_apitest.h
rostests/apitests/com/shdocvw.c
/reactos/ntoskrnl/include/internal/mm.h
/reactos/ntoskrnl/include/internal/ps.h
/reactos/ntoskrnl/kdbg/kdb_cli.c
/reactos/ntoskrnl/mm/ARM3/sysldr.c
/reactos/ntoskrnl/ps/psmgr.c
/reactos/sdk/include/reactos/shlguid_undoc.h
/reactos/sdk/include/reactos/shlobj_undoc.h
017004a026-Aug-2023 Stanislav Motylkov <x86corez@gmail.com>

[KERNEL32_APITEST] FindFiles: Add tests for *Ex functions

Shows that `lpSearchFilter` pointer is being ignored on Windows.
This is for @RatinCN's PR #5592.

32669f6c26-Aug-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHLWAPI][SHLWAPI_APITEST][SDK] Implement SHGetPerScreenResName (#5616)

CORE-9283

26ffe2f819-Aug-2023 Egor Ananyin <ananinegor@gmail.com>

[USER32_APITEST] Add a test for system menu messages (#5573)

Based on msg.c Wine test. CORE-19061

8a61e1c328-Jul-2023 George Bișoc <george.bisoc@reactos.org>

[NTDLL_APITEST] Write tests for NtAccessCheckByTypeResultList

fd2e443721-Jun-2023 George Bișoc <george.bisoc@reactos.org>

[NTDLL_APITEST] Write tests for NtAccessCheckByType

fec935ec22-Aug-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[COM_APITEST] shdocvw: Add CLSID_MruPidlList (#5602)

CORE-9283

a2d8e46422-Aug-2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>

[SHLWAPI][SDK][SHELL32_APITEST][SHLWAPI_WINETEST] Property Bag on Desktop Upgrade (#5590)

- Add CDesktopUpgradePropertyBag class.
- Implement SHGetDesktopUpgradePropertyBag
function.
CORE-9283

e7cb6f4921-Aug-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586)

* [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE

On x64 the test sometimes fails to connect and then times o

[KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE (#5586)

* [KMTEST:TcpIp] Use 10 second timeout value instead of INFINITE

On x64 the test sometimes fails to connect and then times out on the testbot, causing the system to be rebooted.

Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>

show more ...


/reactos/base/applications/mspaint/dib.cpp
/reactos/base/applications/mspaint/dib.h
/reactos/base/applications/mspaint/history.cpp
/reactos/base/applications/mspaint/lang/bg-BG.rc
/reactos/base/applications/mspaint/lang/cs-CZ.rc
/reactos/base/applications/mspaint/lang/de-DE.rc
/reactos/base/applications/mspaint/lang/en-GB.rc
/reactos/base/applications/mspaint/lang/en-US.rc
/reactos/base/applications/mspaint/lang/es-ES.rc
/reactos/base/applications/mspaint/lang/et-EE.rc
/reactos/base/applications/mspaint/lang/eu-ES.rc
/reactos/base/applications/mspaint/lang/fr-FR.rc
/reactos/base/applications/mspaint/lang/he-IL.rc
/reactos/base/applications/mspaint/lang/hu-HU.rc
/reactos/base/applications/mspaint/lang/id-ID.rc
/reactos/base/applications/mspaint/lang/it-IT.rc
/reactos/base/applications/mspaint/lang/ja-JP.rc
/reactos/base/applications/mspaint/lang/nl-NL.rc
/reactos/base/applications/mspaint/lang/no-NO.rc
/reactos/base/applications/mspaint/lang/pl-PL.rc
/reactos/base/applications/mspaint/lang/pt-BR.rc
/reactos/base/applications/mspaint/lang/pt-PT.rc
/reactos/base/applications/mspaint/lang/ro-RO.rc
/reactos/base/applications/mspaint/lang/sk-SK.rc
/reactos/base/applications/mspaint/lang/sq-AL.rc
/reactos/base/applications/mspaint/lang/sv-SE.rc
/reactos/base/applications/mspaint/lang/tr-TR.rc
/reactos/base/applications/mspaint/lang/uk-UA.rc
/reactos/base/applications/mspaint/lang/vi-VN.rc
/reactos/base/applications/mspaint/lang/zh-CN.rc
/reactos/base/applications/mspaint/lang/zh-HK.rc
/reactos/base/applications/mspaint/lang/zh-TW.rc
/reactos/dll/ntdll/def/ntdll.spec
/reactos/dll/win32/kernel32/kernel32.spec
/reactos/dll/win32/kernel32/winnls/string/lang.c
rostests/kmtests/tcpip/TcpIp_user.c
/reactos/ntoskrnl/mm/ARM3/sysldr.c
/reactos/sdk/include/ndk/rtlfuncs.h
/reactos/sdk/lib/crt/except/i386/cpp.s
/reactos/sdk/lib/crt/wine/cpp.c
/reactos/sdk/lib/crt/wine/cxx.h
/reactos/sdk/lib/crt/wine/except_i386.c
/reactos/sdk/lib/crt/wine/undname.c
/reactos/sdk/lib/rtl/unicode.c
/reactos/sdk/tools/winesync/crt.cfg
/reactos/sdk/tools/winesync/winesync.py
/reactos/win32ss/user/ntuser/winpos.c

12345678910>>...78