msvcp90: Make sure an exported variable is initialized.

This commit is contained in:
Alexandre Julliard 2011-06-27 15:07:30 -05:00
parent 7e3103199c
commit 75c70dcd77
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int locale_id__Id_cnt = 0;
/* ?_Clocptr@_Locimp@locale@std@@0PAV123@A */
/* ?_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[];