From: Kidong L. <bri...@us...> - 2004-04-15 12:06:34
|
Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/mgr/all In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv574/mgr/all Modified Files: mgr.c Log Message: Fix compilation error if NOWSM macro is defined Index: mgr.c =================================================================== RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/mgr/all/mgr.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mgr.c 22 Oct 2003 16:22:58 -0000 1.3 --- mgr.c 15 Apr 2004 12:06:15 -0000 1.4 *************** *** 56,59 **** --- 56,63 ---- #include "syncml_tk_prefix_file.h" // %%% luz: needed for precompiled headers in eVC++ + /* Include Headers */ + #include <sml.h> + #include <smldef.h> + #include <smlerr.h> #if defined(NOWSM) && !__LINK_TOOLKIT_STATIC__ *************** *** 66,73 **** #ifndef NOWSM - /* Include Headers */ - #include <smldef.h> - #include <sml.h> - #include <smlerr.h> #include "libmem.h" #include "liblock.h" --- 70,73 ---- |