mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix LONG_PTR
This commit is contained in:
parent
2d7ac600c0
commit
9f3cfacf96
2 changed files with 12 additions and 12 deletions
|
|
@ -1646,7 +1646,7 @@ CharacterRange ctlSQLBox::RegexFindText(int minPos, int maxPos, const wxString &
|
|||
ft.lpstrText = (char *)(const char *)buf;
|
||||
|
||||
//
|
||||
if (SendMsg(2150, wxSTC_FIND_REGEXP, (LONG_PTR)&ft) == -1)
|
||||
if (SendMsg(2150, wxSTC_FIND_REGEXP, (std::uintptr_t)&ft) == -1)
|
||||
{
|
||||
ft.chrgText.cpMin = -1;
|
||||
ft.chrgText.cpMax = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue