diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 07:50:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-18 07:50:51 +0000 |
commit | d90a9d04b3b6e2beaa31b311fd38b886a46bab72 (patch) | |
tree | 60678f09fa8feffbb25233c93636193834785ab0 /plugins/UserInfoEx/src/commonheaders.h | |
parent | 4774f691493bfaf06d36c18e902a02bf7c9b31f8 (diff) |
own country list removed at all
git-svn-id: http://svn.miranda-ng.org/main/trunk@4084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/commonheaders.h')
-rw-r--r-- | plugins/UserInfoEx/src/commonheaders.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/UserInfoEx/src/commonheaders.h b/plugins/UserInfoEx/src/commonheaders.h index 3a4316bb35..123d45ebfb 100644 --- a/plugins/UserInfoEx/src/commonheaders.h +++ b/plugins/UserInfoEx/src/commonheaders.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define _CRT_SECURE_NO_DEPRECATE 1
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 0
-#define _CRT_SECURE_NO_WARNINGS +#define _CRT_SECURE_NO_WARNINGS
/***********************************************************************************************************
* standard windows includes
@@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <shlwapi.h>
#include <Richedit.h>
#include <dlgs.h>
-#include <assert.h> +#include <assert.h>
#include <string>
using namespace std;
@@ -163,7 +163,6 @@ unsigned int hashSettingW_M2(const char * key); //new Murma2 hash #include "ex_import\dlg_ExImOpenSaveFile.h"
#include "ex_import\svc_ExImINI.h"
#include "ex_import\svc_ExImVCF.h"
-#include "Flags\svc_countrylistext.h"
#include "flags\svc_flags.h"
#include "Flags\svc_flagsicons.h"
|