Commit 90f4ee83 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

appwiz.cpl: Make some data static const.

parent 5bc2785b
...@@ -578,7 +578,7 @@ typedef struct AppWizColumn { ...@@ -578,7 +578,7 @@ typedef struct AppWizColumn {
int title; int title;
} AppWizColumn; } AppWizColumn;
AppWizColumn columns[] = { static const AppWizColumn columns[] = {
{200, LVCFMT_LEFT, IDS_COLUMN_NAME}, {200, LVCFMT_LEFT, IDS_COLUMN_NAME},
{150, LVCFMT_LEFT, IDS_COLUMN_PUBLISHER}, {150, LVCFMT_LEFT, IDS_COLUMN_PUBLISHER},
{100, LVCFMT_LEFT, IDS_COLUMN_VERSION}, {100, LVCFMT_LEFT, IDS_COLUMN_VERSION},
......
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