diff options
| author | Léo Lam <leo@leolam.fr> | 2021-10-29 21:29:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 21:29:40 +0200 |
| commit | 38fcb9d517e29bc5d5f2e54912cc4e899074df60 (patch) | |
| tree | c266733379596ce817bb67b2cf01f1f1257b87a0 | |
| parent | 30cf6c95a59c583346f99007e041f1594584b2ca (diff) | |
| parent | 8b5c04de7bed4a06190a7adff00ad3233cdb129b (diff) | |
Merge pull request #10193 from Pokechu22/discord-rpc-vcxproj
Externals/discord-rpc: Fix reference to discord_register.h
| -rw-r--r-- | Externals/discord-rpc/src/discord-rpc.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/discord-rpc/src/discord-rpc.vcxproj b/Externals/discord-rpc/src/discord-rpc.vcxproj index 41c1cc2d04..b22a000ef1 100644 --- a/Externals/discord-rpc/src/discord-rpc.vcxproj +++ b/Externals/discord-rpc/src/discord-rpc.vcxproj @@ -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" /> |
