Update sdk/include/reactos/shlwapi_undoc.h

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
Katayama Hirofumi MZ 2024-05-15 01:25:06 +09:00 committed by GitHub
parent 05f8814f4c
commit 784d5c286f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,7 +284,7 @@ ShellMessageBoxWrapW(
...);
/* dwWhich flags for PathFileExistsDefExtW, PathFindOnPathExW,
and PathFileExistsDefExtAndAttributesW. */
* and PathFileExistsDefExtAndAttributesW */
#define WHICH_PIF (1 << 0)
#define WHICH_COM (1 << 1)
#define WHICH_EXE (1 << 2)