I found
reference that at least _WIN32_WCE is defined through project
preferences as -D_WIN32_WCE=$(CEVersion).
I think we need to fix this problem before everything else. The simplest
way to fix this problem is to add -D_WIN32_WCE=$(WCEVERSION) after
$(WCETARGETDEFS) in makefiles.
Can you double-confirm this? MSDN mentions -D_WIN32_WCE=$(CEVersion) and
you suggest -D_WIN32_WCE=$(WCEVERSION). Is one wrong or are both right?
OK, I can see that WCEVERSION is defined in 3rd party wcecompat.mak, but
I would feel better if we use variable set by VCVARS*.BAR or whatever
it's called in embedded C. Meaning that I'd like to rephrase the
question. Can you figure out variables set by VC, which we can use? A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]