diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-18 21:36:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-18 21:36:53 +0000 |
commit | e328df9bdc816810545b91dccd52e7741e962dc0 (patch) | |
tree | 3f118077918773ba4b6d835c72ce7068c12ce496 /plugins/CountryFlags/flags.h | |
parent | 5e4ecb158a9835d79536326835287d49f22d65f1 (diff) |
bunch of fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@57 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags/flags.h')
-rw-r--r-- | plugins/CountryFlags/flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CountryFlags/flags.h b/plugins/CountryFlags/flags.h index 98a28b88f4..79ec67d426 100644 --- a/plugins/CountryFlags/flags.h +++ b/plugins/CountryFlags/flags.h @@ -17,6 +17,7 @@ along with this program (Flags-License.txt); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define NONAMELESSUNION
|