summaryrefslogtreecommitdiff
path: root/ace/config-win32.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-06 03:11:38 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-06 03:11:38 +0000
commit020d7d1ff4217fe9935fc86c56be7c3cf97af398 (patch)
tree41364d68530b445544e2ec97a690d239b982cc78 /ace/config-win32.h
parent65dce9f6057869f0b3745b4728771583cc64eea6 (diff)
downloadATCD-020d7d1ff4217fe9935fc86c56be7c3cf97af398.tar.gz
disable ACE_HAS_STRICT by default
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r--ace/config-win32.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-win32.h b/ace/config-win32.h
index a72555ca972..fc6e90bfaed 100644
--- a/ace/config-win32.h
+++ b/ace/config-win32.h
@@ -25,11 +25,12 @@
// will be used from ACE.
// #define ACE_HAS_MFC
-// Comment this out if you don't want to use STRICT type checking.
+// Uncomment this out if you want to use STRICT type checking.
+// It is disabled by default because it will break existing application code.
// Setting applies to : building ACE, linking with ACE
// Runtime restrictions: -
// Additonal notes : ACE_HAS_MFC implies ACE_HAS_STRICT
-#define ACE_HAS_STRICT
+// #define ACE_HAS_STRICT
// Turn off the following define if you want to disable threading.
// Compile using multi-thread libraries.