diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2016-12-21 00:54:41 -0800 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2016-12-21 00:54:41 -0800 |
| commit | d1ed7ae5d74ee7cba30ad8973cf64c0d29b427aa (patch) | |
| tree | 4d4fdb939a71b6d73e4ec946157e6741f20af491 /src/organizercore.cpp | |
| parent | 1cf368c126a558278765e00b8ea2a0791d9e88f8 (diff) | |
Migrate to version numbers with buildnumber.
Added Comment for removal of ModBase::isOneof
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 46d146dc..142c9eba 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -1239,6 +1239,7 @@ bool OrganizerCore::waitForProcessCompletion(HANDLE handle, LPDWORD exitCode) DWORD res;
// Wait for a an event on the handle, a key press, mouse click or timeout
+ //TODO: Remove MOBase::isOneOf from this query as it was always returning true.
while (
res = ::MsgWaitForMultipleObjects(1, &handle, false, 500,
QS_KEY | QS_MOUSE),
|
