Skip to content

Commit

Permalink
Merge pull request #400 from Tanarri/dev
Browse files Browse the repository at this point in the history
Use LongPtr according to declaration
  • Loading branch information
joyfullservice authored May 17, 2023
2 parents 30c9413 + d978c84 commit 75388c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Version Control.accda.src/modules/modFunctions.bas
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,9 @@ End Function
'
Public Sub MakeDialogResizable(frmMe As Form)

Dim lngHwnd As Long
Dim lngFlags As Long
Dim lngResult As Long
Dim lngHwnd As LongPtr
Dim lngFlags As LongPtr
Dim lngResult As LongPtr

' Get handle for form
lngHwnd = frmMe.hwnd
Expand Down

0 comments on commit 75388c7

Please sign in to comment.