mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Add reminder to rsversion.h that no C++ includes are admitted
This commit is contained in:
parent
5bf8792bc5
commit
ba4af74a06
@ -79,3 +79,7 @@ constexpr auto RS_HUMAN_READABLE_VERSION =
|
||||
RS_PRIVATE_STRINGIFY(RS_MAJOR_VERSION) "." \
|
||||
RS_PRIVATE_STRINGIFY(RS_MINOR_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…
Reference in New Issue
Block a user