Cannot #include <lm.h> -- compilation errors

egor duda deo@logos-m.ru
Tue Jul 16 02:31:00 GMT 2002


Hi!

Tuesday, 16 July, 2002 Jonathan E. Brickman jonathan.brickman@gmx.net wrote:

JEB> Downloaded the latest standard cygwin two days ago.  Whenever I
JEB> #include <lm.h> or #include <lmaccess.h>, a slew of errors like the
JEB> following occur:

JEB> /usr/include/w32api/lmstats.h:110: parse error before `NetStatisticsGet'
JEB> /usr/include/w32api/lmstats.h:110: parse error before `DWORD'
JEB> /usr/include/w32api/lmstats.h:110: warning: data definition has no type or stora
JEB> ge class

JEB> Obviously, when I #include <lmaccess.h>, the reported errors are in
JEB> lmaccess.h. #including <lm.h> results in several files' errors. What
JEB> am I doing wrong?

Use #include <windows.h>, and then (if needed) #include <lm.h>

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list