Commit 75c70dcd authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp90: Make sure an exported variable is initialized.

parent 7e310319
...@@ -51,7 +51,7 @@ int locale_id__Id_cnt = 0; ...@@ -51,7 +51,7 @@ int locale_id__Id_cnt = 0;
/* ?_Clocptr@_Locimp@locale@std@@0PAV123@A */ /* ?_Clocptr@_Locimp@locale@std@@0PAV123@A */
/* ?_Clocptr@_Locimp@locale@std@@0PEAV123@EA */ /* ?_Clocptr@_Locimp@locale@std@@0PEAV123@EA */
locale__Locimp *locale__Locimp__Clocptr; locale__Locimp *locale__Locimp__Clocptr = NULL;
static const vtable_ptr MSVCP_locale_facet_vtable[]; static const vtable_ptr MSVCP_locale_facet_vtable[];
......
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