On Mon, Oct 6, 2008 at 12:23 PM, Louis. Lenders <[EMAIL PROTECTED]> wrote: > 3rd resend. If the patch is wrong, could you just tell me what's wrong with > it? Might be handier, then me having to guess what's wrong... > > > > > >
+typedef enum tagMSIPATCHDATATYPE
+{
+ MSIPATCH_DATATYPE_PATCHFILE = 0,
+ MSIPATCH_DATATYPE_XMLPATH = 1,
+ MSIPATCH_DATATYPE_XMLBLOB =2,
+} MSIPATCHDATATYPE, *PMSIPATCHDATATYPE;
+
Missing a space before the 2.
