Update of /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv574/inc
Modified Files:
smldef.h
Log Message:
Fix compilation error if NOWSM macro is defined
Index: smldef.h
===================================================================
RCS file: /cvsroot/syncml-ctoolkit/toolkit/src/sml/inc/smldef.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** smldef.h 14 Aug 2003 12:48:37 -0000 1.3
--- smldef.h 15 Apr 2004 12:06:15 -0000 1.4
***************
*** 117,121 ****
- #ifndef NOWSM
/**
* structure describing the options and setting of this syncml process
--- 117,120 ----
***************
*** 125,130 ****
MemSize_t maxWorkspaceAvailMem; // size which all workspaces in total MUST not exceed
} *SmlOptionsPtr_t, SmlOptions_t;
- #endif
-
--- 124,127 ----
|