diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:32:19 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 16:32:19 +0000 |
commit | 60b4ba00fcfa8102a050bc7d5e131d08b85e9dc6 (patch) | |
tree | 678ae186b2d04d6c2146008044d67edee9c84996 /plugins/SplashScreen/src/splash.cpp | |
parent | 23681d2dcf763b993b932451dea7a2772fca81ad (diff) |
splashscreen: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14779 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/src/splash.cpp')
-rw-r--r-- | plugins/SplashScreen/src/splash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/splash.cpp b/plugins/SplashScreen/src/splash.cpp index cfbb7b88b4..df0f3367e9 100644 --- a/plugins/SplashScreen/src/splash.cpp +++ b/plugins/SplashScreen/src/splash.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "headers.h"
+#include "stdafx.h"
BOOL bpreviewruns;
MyBitmap *SplashBmp, *tmpBmp;
|