diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-04 14:25:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-04 14:25:57 +0300 |
commit | 6e5c2ba80ec20f94540ad4b374c5f225172d0a56 (patch) | |
tree | 1757ee947951cbbc5972629f570d8e783d30dc8d /plugins/NewStory/src/stdafx.h | |
parent | ca47398c3b9f9f63518fd3d2cc891a6b8cb20c44 (diff) |
NewStory: menu, first version
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index c278cdac34..83ea563746 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. //Windows headers #include <windows.h> +#include <windowsx.h> #include <process.h> #include <tchar.h> #include <commctrl.h> |