Rob Shearman : msvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP.

Alexandre Julliard julliard at winehq.org
Tue Sep 30 11:15:24 CDT 2008


Module: wine
Branch: master
Commit: 6b3b7eb6a28e2c1bea09937f402bff6694ec9762
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6b3b7eb6a28e2c1bea09937f402bff6694ec9762

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Thu Sep 25 16:42:48 2008 +0100

msvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP.

---

 tools/winapi/msvcmaker |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker
index 01b6d4b..30b3c2c 100755
--- a/tools/winapi/msvcmaker
+++ b/tools/winapi/msvcmaker
@@ -603,7 +603,7 @@ sub _generate_dsp($$) {
 	print OUT " /c";
 	print OUT "\r\n";
 
-	my @defines2 = qw(_CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE);
+	my @defines2 = qw(_CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE USE_COMPILER_EXCEPTIONS);
 	if($debug) {
 	    if($lib) {
 		print OUT "# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od";
@@ -1131,7 +1131,7 @@ sub _generate_config_h($) {
         _access _chdir _close _lseek _mkdir _open _pclose _popen _read _rmdir _write _stat
         _snprintf _spawnvp _stricmp _strnicmp _vsnprintf _wcsicmp
         ecvt fcvt gcvt
-        memmove
+        memmove spawnvp
         strerror
         wcslen
     );




More information about the wine-cvs mailing list