diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Console/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Console/src/commonheaders.h b/plugins/Console/src/commonheaders.h index 63f5a61622..7689c7dce2 100644 --- a/plugins/Console/src/commonheaders.h +++ b/plugins/Console/src/commonheaders.h @@ -21,7 +21,7 @@ along with this program; 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_WINNT 0x0501
#pragma comment( lib, "comctl32.lib")
|