diff options
author | p0358 <p0358@users.noreply.github.com> | 2021-12-30 03:26:08 +0100 |
---|---|---|
committer | p0358 <p0358@users.noreply.github.com> | 2021-12-30 03:26:08 +0100 |
commit | 572f4eab6c9fd1098d1945668bfa783bd90aa8d9 (patch) | |
tree | e52322402a5f69b0166fe74d610df77e85bb8d5e /LauncherInjector/main.cpp | |
parent | d2ee389192aa425ef9c81b2c3367ffb0de6976d0 (diff) | |
download | NorthstarLauncher-572f4eab6c9fd1098d1945668bfa783bd90aa8d9.tar.gz NorthstarLauncher-572f4eab6c9fd1098d1945668bfa783bd90aa8d9.zip |
Restore the functionality of arguments from command line
Diffstat (limited to 'LauncherInjector/main.cpp')
-rw-r--r-- | LauncherInjector/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LauncherInjector/main.cpp b/LauncherInjector/main.cpp index 4f21b200..1eca067a 100644 --- a/LauncherInjector/main.cpp +++ b/LauncherInjector/main.cpp @@ -3,7 +3,6 @@ #include <TlHelp32.h> #include <filesystem> #include <sstream> -#include <iostream> #include <fstream> #include <Shlwapi.h> |