diff options
Diffstat (limited to 'plugins')
-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 a0e15b5714..a0dc262a7d 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 <msapi\wrl\implements.h>
-#include <msapi\windows.ui.notifications.h>
+#include <wrl\implements.h>
+#include <windows.ui.notifications.h>
#include <newpluginapi.h>
#include <m_system.h>
|