installer: ntptfs: add missing ptfs.h header

This commit is contained in:
Bill Zissimopoulos 2022-01-21 16:47:01 +00:00
parent 48d599edf7
commit 42f534bee8
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -587,6 +587,9 @@
<Component Id="C.ptfs_main.c">
<File Name="ptfs-main.c" KeyPath="yes" />
</Component>
<Component Id="C.ptfs.h">
<File Name="ptfs.h" KeyPath="yes" />
</Component>
<Component Id="C.ntptfs.sln">
<File Name="ntptfs.sln" KeyPath="yes" />
</Component>
@ -885,6 +888,7 @@
<ComponentRef Id="C.ptfs.c" />
<ComponentRef Id="C.lfs.c" />
<ComponentRef Id="C.ptfs_main.c" />
<ComponentRef Id="C.ptfs.h" />
<ComponentRef Id="C.ntptfs.sln" />
<ComponentRef Id="C.ntptfs.vcxproj" />
<ComponentRef Id="C.ntptfs.vcxproj.filters" />