mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Merge pull request #487 from daemitus/ConsoleWindow
This commit is contained in:
commit
b05d362353
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ HMODULE g_hModule;
|
|||
|
||||
DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
||||
{
|
||||
#if defined(NDEBUG)
|
||||
#if !defined(NDEBUG)
|
||||
ConsoleSetup(L"Dalamud Boot");
|
||||
#endif
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ DllExport DWORD WINAPI Initialize(LPVOID lpParam)
|
|||
|
||||
// =========================================================================== //
|
||||
|
||||
#if defined(NDEBUG)
|
||||
#if !defined(NDEBUG)
|
||||
FreeConsole();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ namespace Dalamud
|
|||
public record DalamudStartInfo
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the working directory of the XIVLauncher installations.
|
||||
/// Gets or sets the working directory of the XIVLauncher installations.
|
||||
/// </summary>
|
||||
public string WorkingDirectory { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue