We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b2c91 commit f0b9ab3Copy full SHA for f0b9ab3
src/discord/core.hpp
@@ -22,7 +22,7 @@ namespace constants::discord {
22
23
//TODO(Totto): this isn't correct for all platforms and needs to be tested
24
#if defined(__ANDROID__)
25
- constexpr const char* platform_dependent_launch_arguments = "";
+#error "Not supported"
26
#elif defined(__CONSOLE__)
27
#error "Not supported"
28
#elif defined(FLATPAK_BUILD)
0 commit comments