summaryrefslogtreecommitdiff
path: root/LangMan/options.c
diff options
context:
space:
mode:
authorgeorge.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-12-12 14:24:13 +0000
committergeorge.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-12-12 14:24:13 +0000
commitaeb763e00e1217c8ebd7998ea3fcec2682ecba57 (patch)
tree2dcba069ae2b2f17d5292301261af5057149a953 /LangMan/options.c
parentdb49ddd718a1e3d1ba596768c07e45ff72da0849 (diff)
minor compilation fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@247 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'LangMan/options.c')
-rw-r--r--LangMan/options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/LangMan/options.c b/LangMan/options.c
index 7971ec2..f8676a6 100644
--- a/LangMan/options.c
+++ b/LangMan/options.c
@@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "common.h"
+#include <ShlObj.h>
+#include <vsstyle.h>
extern HINSTANCE hInst;
static HANDLE hHookOptInit;