Skip to content

Commit cc6d572

Browse files
author
Valtteri Heikkila
committed
Added missing #else in Oauth2Client sample.
1 parent ce07d91 commit cc6d572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/samples/Oauth2Client/Oauth2Client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ static void open_browser(utility::string_t auth_uri)
205205
auto r = ShellExecute(NULL, "open", conversions::utf16_to_utf8(auth_uri).c_str(), NULL, NULL, SW_SHOWNORMAL);
206206
#elif defined(_MS_WINDOWS) && defined(__cplusplus_winrt) // Windows RT
207207
#elif defined(__APPLE__)
208+
#else
208209
// TODO: This is for Linux/X11 only.
209210
string_t browser_cmd(U("xdg-open \"") + auth_uri + U("\""));
210211
ucout << "Opening browser with following command:" << std::endl;

0 commit comments

Comments
 (0)