msi:add stub for MsiDetermineApplicablePatches{A,W} (3rd resend)

Austin English austinenglish at gmail.com
Mon Oct 6 12:31:01 CDT 2008


On Mon, Oct 6, 2008 at 12:23 PM, Louis. Lenders
<xerox_xerox2000 at yahoo.co.uk> 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.



More information about the wine-patches mailing list