diff options
Diffstat (limited to 'plugins/TabSRMM/src/hotkeyhandler.cpp')
-rw-r--r-- | plugins/TabSRMM/src/hotkeyhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index 5d180f3694..06b4c8a32e 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.cpp @@ -34,7 +34,7 @@ // c) send later job management. Periodically process the queue of open
// deferred send jobs.
-#include "commonheaders.h"
+#include "stdafx.h"
static UINT WM_TASKBARCREATED;
static HANDLE hSvcHotkeyProcessor = 0;
|