diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-06 03:11:38 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-06 03:11:38 +0000 |
commit | 020d7d1ff4217fe9935fc86c56be7c3cf97af398 (patch) | |
tree | 41364d68530b445544e2ec97a690d239b982cc78 /ace/config-win32.h | |
parent | 65dce9f6057869f0b3745b4728771583cc64eea6 (diff) | |
download | ATCD-020d7d1ff4217fe9935fc86c56be7c3cf97af398.tar.gz |
disable ACE_HAS_STRICT by default
Diffstat (limited to 'ace/config-win32.h')
-rw-r--r-- | ace/config-win32.h | 5 |
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. |