Skip to content

Commit

Permalink
Merge pull request #10193 from Pokechu22/discord-rpc-vcxproj
Browse files Browse the repository at this point in the history
Externals/discord-rpc: Fix reference to discord_register.h
  • Loading branch information
leoetlino committed Oct 29, 2021
2 parents 30cf6c9 + 8b5c04d commit 38fcb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/discord-rpc/src/discord-rpc.vcxproj
Expand Up @@ -26,7 +26,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\include\discord_rpc.h" />
<ClInclude Include="..\discord_register.h" />
<ClInclude Include="..\include\discord_register.h" />
<ClInclude Include="rpc_connection.h" />
<ClInclude Include="serialization.h" />
<ClInclude Include="connection.h" />
Expand Down

0 comments on commit 38fcb9d

Please sign in to comment.