Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ScienceDiscoverer authored Jul 24, 2022
1 parent 7c856ec commit 60cadf4
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
#include "data.h"
#include "conmsgbox.h"











#define NINJA
#ifndef NINJA
#include <iostream>
Expand Down Expand Up @@ -47,22 +37,6 @@ void perr()
#define P(x)
#endif

















#define MAX_SUB_DIR 3 // Maximum subdirectory name length (46 656 folders total)

const wchar_t *arg = L"%1";
Expand Down Expand Up @@ -104,13 +78,6 @@ int WINAPI wWinMain(
_In_ PWSTR cmd, // Command line arguments
_In_ int show) // Default user preference for ShowWindow()
{

//wchar_t cmd[] = L"C:\\ScienceDiscoverer\\PROGRAMZ\\Inkscape\\bin";





#ifndef NINJA
AllocConsole();
FILE *s = freopen("CONIN$", "r", stdin);
Expand Down Expand Up @@ -263,9 +230,9 @@ int WINAPI wWinMain(

quoteExePath(arg, path);
regSetRoot(HKEY_CLASSES_ROOT);
regSet(shell, L"", L"Файл у symlink до PATH");
regSet(shell_dir, L"", L"Папку у symlink до PATH");
regSet(shell_dir_back, L"", L"Папку у symlink до PATH");
regSet(shell, L"", L"File to PATH symlink");
regSet(shell_dir, L"", L"Folder to PATH symlink");
regSet(shell_dir_back, L"", L"Folder to PATH symlink");
regSet(shell, L"Extended");
regSet(shell_dir, L"Extended");
regSet(shell_dir_back, L"Extended");
Expand Down

0 comments on commit 60cadf4

Please sign in to comment.