forked from Paremo/foo_bbookmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.cpp
More file actions
22 lines (20 loc) · 842 Bytes
/
main.cpp
File metadata and controls
22 lines (20 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "stdafx.h"
DECLARE_COMPONENT_VERSION(
// component name
COMPONENT_NAME_HC,
// component version
FOO_COMPONENT_VERSION,
"A foobar 2000 plugin featuring playback bookmarks\n\n"
"Author: da yuyu\n"
"Version: "FOO_COMPONENT_VERSION"\n"
"Compiled: "__DATE__ "\n"
"fb2k SDK: "PLUGIN_FB2K_SDK"\n\n"
"Website: https://github.com/ghDaYuYu/foo_vbookmark\n"
"Wiki: https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Components/Vital_Bookmarks_(foo_vbookmark)\n"
"Discussion: https://hydrogenaud.io/index.php/topic,124481.0.html\n\n"
"Acknowledgements:\n\n"
"Thanks to Paremo for starting the foo_bbookmark project.\n"
"Original Author Website: https://github.com/Paremo/foo_bbookmark\n"
"Original Discussion: https://hydrogenaud.io/index.php/topic,118283.0.html\n\n");
// prevent renaming
VALIDATE_COMPONENT_FILENAME(COMPONENT_NAME_DLL);