Skip to content

Commit

Permalink
Update find_steam_game.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Sep 26, 2023
1 parent 9e8e029 commit 30fd06b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion find_steam_game.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,10 @@ extern "C"
strcpy(out, buf);
return;
}
#endif
#else
(void)app_id;
(void)buf;
#endif
}

#ifdef __cplusplus
Expand Down

0 comments on commit 30fd06b

Please sign in to comment.