From 953b5ce3ad7e933c6f008202346fe5bf2985bf9e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 5 Dec 2023 22:40:01 +0200 Subject: Removed uncessary folders for github --- windows/runner/utils.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 windows/runner/utils.h (limited to 'windows/runner/utils.h') diff --git a/windows/runner/utils.h b/windows/runner/utils.h deleted file mode 100644 index 3879d54..0000000 --- a/windows/runner/utils.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef RUNNER_UTILS_H_ -#define RUNNER_UTILS_H_ - -#include -#include - -// Creates a console for the process, and redirects stdout and stderr to -// it for both the runner and the Flutter library. -void CreateAndAttachConsole(); - -// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string -// encoded in UTF-8. Returns an empty std::string on failure. -std::string Utf8FromUtf16(const wchar_t* utf16_string); - -// Gets the command line arguments passed in as a std::vector, -// encoded in UTF-8. Returns an empty std::vector on failure. -std::vector GetCommandLineArguments(); - -#endif // RUNNER_UTILS_H_ -- cgit v1.2.3