diff options
Diffstat (limited to 'plugins/Popup/src/services.cpp')
-rw-r--r-- | plugins/Popup/src/services.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/services.cpp b/plugins/Popup/src/services.cpp index 00d268d9ab..6d35cf3db7 100644 --- a/plugins/Popup/src/services.cpp +++ b/plugins/Popup/src/services.cpp @@ -241,12 +241,12 @@ INT_PTR PopUp_AddPopUp2(WPARAM wParam, LPARAM lParam) if (PopupThreadIsFull())
return -1;
- #ifdef _DEBUG
+ #ifdef _DEBUG
char temp[128];
OutputDebugStringA("isWorkstationLocked: \t");
OutputDebugStringA(isWorkstationLocked() ? "true":"false");
OutputDebugStringA("\n");
- #endif
+ #endif
if (isWorkstationLocked())
return -1;
|