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