diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:25:58 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 19:25:58 +0000 |
commit | 4fb814b906f54b18bcfa56654f019ed1ef36b98e (patch) | |
tree | b536248b6372940decde6d6395b148b56da3b244 /plugins/SplashScreen/src/headers.h | |
parent | ac2acb9980932ed028b8a31d2add76a4b2b9b56b (diff) |
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/headers.h')
-rw-r--r-- | plugins/SplashScreen/src/headers.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index 8942202679..8211b3eaff 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -23,7 +23,6 @@ #define _WIN32_WINNT 0x0500
#define WINVER 0x0400
#define AC_SRC_ALPHA 0x01
-#define OEMRESOURCE
#define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
@@ -31,7 +30,6 @@ #include <time.h>
#include <dshow.h>
-// Miranda API headers
#include <win2k.h>
#include <newpluginapi.h>
#include <m_database.h>
@@ -39,9 +37,8 @@ #include <m_langpack.h>
#include <m_png.h>
-#include "m_splash.h"
+#include <m_splash.h>
-// Common headers
#include "version.h"
#include "resource.h"
#include "bitmap_funcs.h"
|