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 cb1e320 commit 7370bb0Copy full SHA for 7370bb0
src/discord/core.hpp
@@ -23,7 +23,7 @@ namespace constants::discord {
23
24
//TODO(Totto): this isn't correct for all platforms and needs to be tested
25
#if defined(__ANDROID__)
26
- constexpr const char* platform_dependent_launch_arguments = "";
+#error "Not supported"
27
#elif defined(__CONSOLE__)
28
#error "Not supported"
29
#elif defined(FLATPAK_BUILD)
0 commit comments