Module: wine Branch: master Commit: 34b6a346f519d52569430fcfee8114878a82802a URL: http://source.winehq.org/git/wine.git/?a=commit;h=34b6a346f519d52569430fcfee...
Author: Francois Gouget fgouget@free.fr Date: Sat Aug 4 03:22:27 2007 +0200
netapi32: Add fixmes for the headers that are still missing and thus cannot be included in lm.h.
Also note that lmbrowsr.h is no longer present in current PSDKs.
---
include/lm.h | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/include/lm.h b/include/lm.h index 429ca9f..86a2d5a 100644 --- a/include/lm.h +++ b/include/lm.h @@ -24,7 +24,6 @@ #include <lmcons.h> #include <lmerr.h> #include <lmshare.h> -#include <lmbrowsr.h> #include <lmaccess.h> #include <lmserver.h> #include <lmwksta.h> @@ -33,5 +32,15 @@ #include <lmjoin.h> #include <lmmsg.h> #include <lmuse.h> +/* FIXME: #include <lmalert.h> */ +/* FIXME: #include <lmremutl.h> */ +/* FIXME: #include <lmrepl.h> */ +/* FIXME: #include <lmsvc.h> */ +/* FIXME: #include <lmerrlog.h> */ +/* FIXME: #include <lmconfig.h> */ +/* FIXME: #include <lmaudit.h> */ + +/* The following are obsolete headers */ +#include <lmbrowsr.h>
#endif