diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-18 18:26:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-18 18:26:23 +0300 |
commit | 69b001f36e1df9bfc80effd0e7fb5333335c2d87 (patch) | |
tree | b4e27eacfca1e812104b3a81d47a75d580f111bc /plugins/NotesAndReminders/src/stdafx.cxx | |
parent | e69e0ee825baad1b09849eeb126df9a08501208b (diff) |
Notes & Reminders:
- ANSI plugin became Unicode and therefore went under standard project templates;
- globals.h renamed to stdafx.h, stdafx.cxx added to a project;
- old pascal-style lists replaced with LIST<> templates;
- massive code cleaning;
- version bump
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.cxx')
-rw-r--r-- | plugins/NotesAndReminders/src/stdafx.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.cxx b/plugins/NotesAndReminders/src/stdafx.cxx new file mode 100644 index 0000000000..1b563fc866 --- /dev/null +++ b/plugins/NotesAndReminders/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-19 Miranda NG team (https://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "stdafx.h"
\ No newline at end of file |