RemoteVstPlugin: silence compiler warning
Initialize variable of type DWORD with 0 instead of NULL.
(cherry picked from commit 5f33f1ea77)
This commit is contained in:
@@ -104,7 +104,7 @@ class RemoteVstPlugin;
|
||||
|
||||
RemoteVstPlugin * __plugin = NULL;
|
||||
|
||||
DWORD __GuiThreadID = NULL;
|
||||
DWORD __GuiThreadID = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user