diff options
Diffstat (limited to 'plugins/KeyboardNotify/src/EnumProc.cpp')
-rw-r--r-- | plugins/KeyboardNotify/src/EnumProc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/src/EnumProc.cpp b/plugins/KeyboardNotify/src/EnumProc.cpp index e1056113e4..d14af76609 100644 --- a/plugins/KeyboardNotify/src/EnumProc.cpp +++ b/plugins/KeyboardNotify/src/EnumProc.cpp @@ -26,7 +26,7 @@ extern PROCESS_LIST ProcessList; BOOL areThereProcessesRunning(void)
{
- HANDLE hSnapShot = NULL;
+ HANDLE hSnapShot = nullptr;
PROCESSENTRY32 procentry;
BOOL bFlag;
|