mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[C++]
- Enable STLPort build on MSVC - Configure STLPort not to generate static constant definitions (which MSVC doesn't like) - Link C++ modules to stlport and cpprt as appropriate - Fix comsupp and atl C++ options CORE-6950 svn path=/trunk/; revision=59290
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
// Uncomment to indicate that the compiler do not like static constant
|
||||
// definition.
|
||||
// Meaningfull only if _STLP_STATIC_CONST_INIT_BUG is not defined.
|
||||
// # define _STLP_NO_STATIC_CONST_DEFINITION
|
||||
# define _STLP_NO_STATIC_CONST_DEFINITION
|
||||
|
||||
// Define if default constructor for builtin integer type fails to initialize it to 0
|
||||
// In expression like new(&char) char():
|
||||
|
||||
Reference in New Issue
Block a user