Changeset 10 for trunk


Ignore:
Timestamp:
Oct 29, 2000, 8:43:26 PM (25 years ago)
Author:
umoeller
Message:

Added simple XML parsing.

Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/linklist.h

    r7 r10  
    3434    #if (!defined OS2_INCLUDED) && (!defined _OS2_H) && (!defined __SIMPLES_DEFINED)   // changed V0.9.0 (99-10-22) [umoeller]
    3535        typedef unsigned long BOOL;
     36        typedef unsigned long ULONG;
     37        typedef unsigned char *PSZ;
    3638        #define TRUE (BOOL)1
    3739        #define FALSE (BOOL)0
  • trunk/src/helpers/helpers_pre.in

    r9 r10  
    4141PLAINCOBJS = \
    4242       $(OUTPUTDIR)\linklist.obj \
    43        $(OUTPUTDIR)\tree.obj
     43       $(OUTPUTDIR)\tree.obj \
     44       $(OUTPUTDIR)\xml.obj \
    4445
    4546CPOBJS = $(PLAINCOBJS) \
Note: See TracChangeset for help on using the changeset viewer.