diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-28 17:39:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-08-28 17:39:36 +0000 |
commit | 0334dce9f0f248edaeadc1336274912fd81bc889 (patch) | |
tree | 281a285ad9ad8899c84f8ed5e3400af13cac32b5 | |
parent | 40115052f14e4285bbc5bfa2de69a7bd51f5d13b (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index a0dc262a7d..a0e15b5714 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -3,8 +3,8 @@ #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
-#include <wrl\implements.h>
-#include <windows.ui.notifications.h>
+#include <msapi\wrl\implements.h>
+#include <msapi\windows.ui.notifications.h>
#include <newpluginapi.h>
#include <m_system.h>
|