"Lars Ruoff" <[EMAIL PROTECTED]> said: > Sorry, cannot build from latest cvs snapshot (2003-10-30) on Win32 ... > > util.c(185) : error C2065: 'OSVERSIONINFO' : undeclared identifier > util.c(204) : error C2065: 'VER_PLATFORM_WIN32s' : undeclared identifier > util.c(209) : error C2065: 'VER_PLATFORM_WIN32_WINDOWS' : undeclared > identifier > util.c(243) : error C2065: 'VER_PLATFORM_WIN32_NT' : undeclared identifier > (follow-up errors left out) > > am i missing something?
Those are defined in <winnt.h> which AFAICS is included via <zlib.h> only. Do you have HAVE_ZLIB defined? BTW. You can see the include tree using "IncFinder" at http://www.codeproject.com/useritems/IncludeFinder/IncludeFinder_demo.zip PS. you must create an account and login to d/l it. --gv
