diff options
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
|