oledlg: Make a string static.
This commit is contained in:
parent
ae1f6982a0
commit
7d5da23463
|
@ -73,7 +73,7 @@ static void UIINSERTOBJECTDLG_AddControl(InsertObjectDlgInfo* pdlgInfo);
|
|||
typedef HRESULT (*DLLREGISTER) (void);
|
||||
|
||||
extern HINSTANCE OLEDLG_hInstance;
|
||||
const char *OleUIInsertObjectInfoStr = "OleUIInsertObjectInfoStr";
|
||||
static const char OleUIInsertObjectInfoStr[] = "OleUIInsertObjectInfoStr";
|
||||
|
||||
/***********************************************************************
|
||||
* OleUIInsertObjectA (OLEDLG.3)
|
||||
|
|
Loading…
Reference in New Issue