Commit 94d22682 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msi: Remove an unused declaration.

parent fdac425f
...@@ -1040,7 +1040,6 @@ extern void ui_actiondata(MSIPACKAGE *, LPCWSTR, MSIRECORD *); ...@@ -1040,7 +1040,6 @@ extern void ui_actiondata(MSIPACKAGE *, LPCWSTR, MSIRECORD *);
/* string consts use a number of places and defined in helpers.c*/ /* string consts use a number of places and defined in helpers.c*/
extern const WCHAR cszSourceDir[]; extern const WCHAR cszSourceDir[];
extern const WCHAR cszSOURCEDIR[]; extern const WCHAR cszSOURCEDIR[];
extern const WCHAR szProductCode[];
extern const WCHAR cszRootDrive[]; extern const WCHAR cszRootDrive[];
extern const WCHAR cszbs[]; extern const WCHAR cszbs[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment