"Mike McCormack" mike@codeweavers.com wrote:
--- dlls/msi/action.c 30 Sep 2005 10:32:41 -0000 1.211 +++ dlls/msi/action.c 30 Sep 2005 11:33:20 -0000 @@ -46,6 +46,8 @@ http://msdn.microsoft.com/library/defaul #define REG_PROGRESS_VALUE 13200 #define COMPONENT_PROGRESS_VALUE 24000
+#define LPCTSTR LPCWSTR
Do you really need this define? It looks like it's unused (not mentioning that it breaks Wine rules on using unicode APIs).