Skip to content

Commit d3108db

Browse files
authored
Merge pull request #34314 from compnerd/autolinking-pathcch
Platform: link against Pathcch.lib when using pathcch.h
2 parents 476890c + 78bc6aa commit d3108db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ module WinSDK [system] {
102102
module path {
103103
header "PathCch.h"
104104
export *
105+
106+
link "pathcch.lib"
105107
}
106108

107109
// api-ms-win-core-processthreads-l1-1-2.dll

0 commit comments

Comments
 (0)