Browse Source

Fix windows build (typo on previous commits)

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
62f27b046d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/modules/water/threads/ChildProcess.cpp

+ 2
- 0
source/modules/water/threads/ChildProcess.cpp View File

@@ -51,6 +51,7 @@ public:
ok = CreateProcess (nullptr, const_cast<LPSTR>(command.toRawUTF8()),
nullptr, nullptr, TRUE, CREATE_NO_WINDOW | CREATE_UNICODE_ENVIRONMENT,
nullptr, nullptr, &startupInfo, &processInfo) != FALSE;
}
~ActiveProcess()
{
@@ -220,6 +221,7 @@ public:
int childPID;
private:
CARLA_DECLARE_NON_COPY_CLASS (ActiveProcess)
};
#endif


Loading…
Cancel
Save