diff options
Diffstat (limited to 'plugins/ConnectionNotify/src/stdafx.h')
-rw-r--r-- | plugins/ConnectionNotify/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ConnectionNotify/src/stdafx.h b/plugins/ConnectionNotify/src/stdafx.h index f14056ff09..e6ec948c9d 100644 --- a/plugins/ConnectionNotify/src/stdafx.h +++ b/plugins/ConnectionNotify/src/stdafx.h @@ -1,3 +1,5 @@ +#pragma once
+
#include <windows.h>
#include <Commctrl.h>
#include <assert.h>
|