diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-29 17:17:53 +0300 |
commit | ce3aabf865de4adf5c5cdd7ddf809a12d8f9d0f2 (patch) | |
tree | 6181984ee8a24b86975d0ab0f7ac4cfdfa34854c /protocols/MSN/src | |
parent | 67a82d69d7d2b38b4da32908854cc7c1ec7f0241 (diff) |
common version resource extracted to the separate file
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r-- | protocols/MSN/src/version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h index 5efff7eca8..852ea892b6 100644 --- a/protocols/MSN/src/version.h +++ b/protocols/MSN/src/version.h @@ -26,6 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdver.h>
#define __PLUGIN_NAME "MSN protocol"
+#define __FILENAME "MSN.dll"
#define __DESCRIPTION "Microsoft Network (MSN) protocol support for Miranda NG."
#define __AUTHOR "Boris Krasnovskiy, George Hazan, Richard Hughes, leecher"
#define __COPYRIGHT "© 2001-18 Richard Hughes, George Hazan, Boris Krasnovskiy, leecher"
|