diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-16 22:03:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-16 22:03:01 +0300 |
commit | bd00314ec32d42fa09918a8ca274b0707c73ec75 (patch) | |
tree | 586b657b523ade102b92dee5323937e0a1c42d2d /plugins/VoiceService/res/version.rc | |
parent | 30b859e8e95b1bb4f5e0d0f9d4d6fa40507fd788 (diff) |
VoiceService: adaptaion of the old plugin written by Pescuma for Miranda NG
Diffstat (limited to 'plugins/VoiceService/res/version.rc')
-rw-r--r-- | plugins/VoiceService/res/version.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/VoiceService/res/version.rc b/plugins/VoiceService/res/version.rc new file mode 100644 index 0000000000..5a5ddd63ed --- /dev/null +++ b/plugins/VoiceService/res/version.rc @@ -0,0 +1,9 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "..\src\version.h" + +#include "..\..\build\Version.rc" |