reactos/sdk/include/reactos
Hermès Bélusca-Maïto 8ec3580123 [SHELL32] Add the handy WHICH_DEFAULT value to the list of flags in shlwapi_undoc.h.
- Add as well the undocumented 0x40 dwFlags value from shlwapi!PathFileExistsDefExtW()
  to the list.

- Fix a bug (also present in Win2k3) in PathResolveW() where, specifying
  the PRF_DONTFINDLNK flag, would also erroneously exclude checking for
  the .cmd extension as well (which was obviously NOT the original
  intention, from the name of the flag and the documentation as well:
  https://docs.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-pathresolve
  ).

Addendum to 3a822e4f.
2021-06-28 02:19:30 +02:00
..
appcompat [APPHELP][APPHELP_APITEST] Implement SdbGetDatabaseInformation 2019-02-25 20:00:34 +01:00
arc
arm
chew
debug [SDK] Use FORCEINLINE instead of inline 2020-11-16 16:58:10 +01:00
dll [NEWDEV] Add InstallDevInstEx 2018-10-14 18:19:52 +02:00
drivers [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
elf Add .keep guard files in order to restore lost but empty directories we had with SVN. 2017-10-04 10:28:36 +02:00
idl [dnsapi][dnsrslvr] Implement DnsFlushResolverCacheEntry_A/_UTF8/_W 2021-05-24 14:43:30 +02:00
kjk
libs [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
mc [NET] Remove the NAME, PRINT and SEND options because we will most likely never have a messenger service 2021-02-07 13:45:25 +01:00
services [SERVICES] On service start control message, send the service tag 2018-12-30 21:44:25 +01:00
subsys [SMLIB] Implement SmStartCsr and SmStopCsr 2021-05-25 19:02:16 +02:00
wine [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
winsock [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
browseui_undoc.h [SDK][INCLUDE] Improve EXPLORER_CMDLINE_PARSE_RESULTS structure 2020-09-02 12:47:19 +09:00
buildno.h.cmake [SYSDM] Introduce KERNEL_VERSION_REVISION_RC and align system uptime string 2021-02-01 07:32:14 +01:00
comctl32_undoc.h [SDK][INCLUDE] Improve <comctl32_undoc.h> more 2020-02-13 11:26:40 +09:00
compat_undoc.h [LDR][APPHELP] Add a shim that disables manifest compatibility version parsing 2019-08-19 12:08:06 +02:00
compatguid_undoc.h [NTDLL] Check the process manifest at startup for a compatibility section. 2018-04-09 19:36:09 +02:00
debug.h [SDK] Silence a GCC warning on RtlAssert 2020-02-08 22:09:14 +01:00
exeformat.h
kddll.h
kdros.h [SDK] Enforce callback type for KdRosRegisterCliCallback(), KdRosDeregisterCliCallback(). 2018-04-29 12:33:14 +02:00
layout.h [SHELL32] Fix SHBrowseForFolder new UI layout (#3533) 2021-03-15 07:13:03 +09:00
manifest.xml
manifest_dll.rc [SDK] Fix copy-pasta, addendum to 7861960 by Mark Jansen. 2017-12-24 16:48:13 +01:00
manifest_exe.rc [SDK] Guard manifest_[dll|exe].rc against wrong usage. 2017-12-24 11:44:21 +01:00
manifest_hosted.rc [TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc 2018-03-01 10:05:54 +02:00
msgdump.h [SDK][INCLUDE] msgdump.h: Support RegisterWindowMessage 2021-03-18 18:41:03 +09:00
msvctarget.h
probe.h [INCLUDE] Safely handle odd & large lengths in ProbeAndCaptureUnicodeString. 2019-12-29 15:22:10 +01:00
reactx.h
rosctrls.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
rosdlgs.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
rosioctl.h [USETUP] Remove the PARTITION_EXT2 constant and use PARTITION_LINUX in favour since PARTITION_EXT2 is just an alias to PARTITION_LINUX 2018-11-07 23:16:29 +01:00
rossym.h
shellutils.h [SHELLUTILS] Fix Win32DbgPrint's result 2020-05-17 17:09:05 +02:00
shlguid_undoc.h [SDK][INCLUDE] Add CLSID_CopyToMenu and CLSID_MoveToMenu (#3032) 2020-08-11 17:26:05 +09:00
shlobj_undoc.h
shlwapi_undoc.h [SHELL32] Add the handy WHICH_DEFAULT value to the list of flags in shlwapi_undoc.h. 2021-06-28 02:19:30 +02:00
srmp.h
stubs.h [SPEC2DEF] Fix compilation of generated stub C files with int64 parameters 2019-01-08 18:58:56 +01:00
svc.h [SDK][SVCHOST] Move all global svchost declarations to public header. 2020-06-27 14:54:22 +02:00
tcpip_undoc.h
undocelfapi.h [SDK] Add a header for the user-mode NT EventLog API. Addendum to commit dca4fd46 (SVN r71384). 2018-03-25 00:28:04 +01:00
undocgdi.h [FONTEXT] Initial implementation of CFontExt::DoGetFontTitle (#3127) 2020-09-12 09:40:48 +09:00
undocmpr.h [WINLOGON][MPR][SDK] WNetClearConnections: Fix function parameter type (#3480) 2021-04-18 21:58:44 +03:00
undocshell.h [SHELL32] Implement PathResolveW function (#3762) 2021-06-28 07:53:26 +09:00
undocuser.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
uxundoc.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
verifier.h [SDK] Add initial verifier header. 2018-05-12 13:34:36 +02:00
version.cmake Happy New Year 2021 to the ReactOS Community!! 2021-01-01 00:00:00 +01:00
version.h.cmake
version.rc
windbgkd.h [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
windns_undoc.h [DNSAPI][DNSRSLVR] Implement DnsGetCacheDataTable() 2019-12-22 11:21:04 +01:00
winxx.h [SDK][INCLUDE] Update winxx.h and msgdump.h 2019-11-21 18:18:47 +09:00
wmiioctl.h