From 5ed6a77b2a0910681b68ebfbf91e7f0dbe39c74a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 30 Oct 2005 00:02:45 +0000 Subject: Patch from Joseph Galbraith for 64 bit platforms. --- win32/scintilla.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/scintilla.mak') diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 8538640be..9d293f44c 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -35,7 +35,7 @@ CC=cl RC=rc LD=link -CXXFLAGS=-Zi -TP -W4 -Zc:forScope -Zc:wchar_t +CXXFLAGS=-Zi -TP -W4 -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1 # For something scary:-Wp64 CXXDEBUG=-Od -MTd -DDEBUG CXXNDEBUG=-O1 -MT -DNDEBUG -GL -- cgit v1.2.3