diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-07 15:14:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-07 15:14:57 +0000 |
commit | c9045c572bf8502dd7e0b92f0135914b6b8377ac (patch) | |
tree | 115a51b5418c7d04830bd400b4c98d8a02b69b7e /plugins/FingerPrintModPlus | |
parent | 4bb5a1db945eb4027279213201e91da33351fb7e (diff) |
verxion.rc is not editable by Microsoft Visual C++
git-svn-id: http://svn.miranda-ng.org/main/trunk@813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerPrintModPlus')
-rw-r--r-- | plugins/FingerPrintModPlus/res/version.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/FingerPrintModPlus/res/version.rc b/plugins/FingerPrintModPlus/res/version.rc index 63ab894113..73edefef46 100644 --- a/plugins/FingerPrintModPlus/res/version.rc +++ b/plugins/FingerPrintModPlus/res/version.rc @@ -18,6 +18,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
#include <windows.h>
#include "version.h"
|