diff options
author | jokusoftware@gmail.com <jokusoftware@gmail.com@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 20:28:21 +0000 |
---|---|---|
committer | jokusoftware@gmail.com <jokusoftware@gmail.com@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 20:28:21 +0000 |
commit | 3cd6cb8893596c6e07e902addec0d74c61aa3712 (patch) | |
tree | 286201c3b052afd525e1b2d1c748922ce98b7654 /FlashAvatars/stdafx.cpp | |
parent | 615f5963a421bb4d4bfcb94ed2c39623e54bf328 (diff) |
latest FlashAvatars plug-in's sources:
- based on Big Muscles's FlashAvatars v1.0.13.246
- added Folders plug-in support
- removed STL dependency (using Miranda's core lists now), added VC6 project
- added service cleanup
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@204 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FlashAvatars/stdafx.cpp')
-rw-r--r-- | FlashAvatars/stdafx.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FlashAvatars/stdafx.cpp b/FlashAvatars/stdafx.cpp new file mode 100644 index 0000000..a70d872 --- /dev/null +++ b/FlashAvatars/stdafx.cpp @@ -0,0 +1,7 @@ +// stdafx.cpp : source file that includes just the standard includes
+// cflash.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+
|