Skip to content

Commit faaf22c

Browse files
LudovicRousseauQbicz
authored andcommitted
Windows: fix build of hidtest
1 parent 8184eb2 commit faaf22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

windows/hidtest.vcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
175175
>
176176
<File
177-
RelativePath="..\hidtest\hidtest.c"
177+
RelativePath="..\hidtest\test.c"
178178
>
179179
</File>
180180
</Filter>

windows/hidtest.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
</Link>
143143
</ItemDefinitionGroup>
144144
<ItemGroup>
145-
<ClCompile Include="..\hidtest\hidtest.c" />
145+
<ClCompile Include="..\hidtest\test.c" />
146146
</ItemGroup>
147147
<ItemGroup>
148148
<ProjectReference Include="hidapi.vcxproj">

0 commit comments

Comments
 (0)