mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 17:28:41 -04:00
Add reminder to rsversion.h that no C++ includes are admitted
This commit is contained in:
parent
5bf8792bc5
commit
ba4af74a06
1 changed files with 4 additions and 0 deletions
|
@ -79,3 +79,7 @@ constexpr auto RS_HUMAN_READABLE_VERSION =
|
||||||
RS_PRIVATE_STRINGIFY(RS_MAJOR_VERSION) "." \
|
RS_PRIVATE_STRINGIFY(RS_MAJOR_VERSION) "." \
|
||||||
RS_PRIVATE_STRINGIFY(RS_MINOR_VERSION) "." \
|
RS_PRIVATE_STRINGIFY(RS_MINOR_VERSION) "." \
|
||||||
RS_PRIVATE_STRINGIFY(RS_MINI_VERSION) RS_EXTRA_VERSION;
|
RS_PRIVATE_STRINGIFY(RS_MINI_VERSION) RS_EXTRA_VERSION;
|
||||||
|
|
||||||
|
/* Because RetroShare-gui include this file in gui/images/retroshare_win.rc
|
||||||
|
* including any C++ things like `#include <string>` will break compilation of
|
||||||
|
* RetroShare-gui on Windows. Therefore this file must be kept minimal. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue