Peter Kümmel wrote:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Mon Aug 14 16:19:52 2006
New Revision: 14671
URL: http://www.lyx.org/trac/changeset/14671
Log:
Windows compilation fixes.
Modified:
lyx-devel/trunk/src/support/unicode.C
Abdel, when you not include <boost/cstdint.hpp> you could
use Lars's preferred 'using boost::uint32_t;'
I included it because it is define there?
Why do you include it, I don't need it here with msvc.
You mean you don't need it with or without 'using boost::uint32_t;'?
I've now removed the include and it does compile indeed. But I don't
understand why...
Abdel.