We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f9bc3 commit 9628abaCopy full SHA for 9628aba
1 file changed
packages/firebase_ui_auth/example/windows/runner/main.cpp
@@ -6,7 +6,7 @@
6
#include "utils.h"
7
8
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
9
- _In_ wchar_t *command_line, _In_ int show_command) {
+ _In_ wchar_t* command_line, _In_ int show_command) {
10
// Attach to console when present (e.g., 'flutter run') or create a
11
// new console when running with a debugger.
12
if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {
0 commit comments