Skip to content

Commit f73084a

Browse files
authored
Add files via upload
1 parent 3333f20 commit f73084a

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

DemoMain.twinproj

1 Byte
Binary file not shown.

FileDialogDemo.twinproj

-68 Bytes
Binary file not shown.

ShellControls.twinpack

259 Bytes
Binary file not shown.

UCSBDemoVB.twinproj

1 Byte
Binary file not shown.

ucShellBrowse.twin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ Private Const m_sVerbRedo As String = "redo" 'For Ctrl+Y redo
24722472
'
24732473
'=================================================================================
24742474
'
2475-
'--------------------------------------------------------------------------------- ' close for each entry to ensure file buffers flushed
2475+
'---------------------------------------------------------------------------------
24762476
#End Region
24772477

24782478
#Region "APIDeclares"
@@ -9748,7 +9748,7 @@ Private Function HiWord(ByVal DWord As Long) As Integer
97489748
HiWord = (DWord And &HFFFF0000) \ &H10000
97499749
End Function
97509750

9751-
Public Function LPWSTRtoStr(lPtr As LongPtr, Optional ByVal fFree As Boolean = True) As String
9751+
Private Function LPWSTRtoStr(lPtr As LongPtr, Optional ByVal fFree As Boolean = True) As String
97529752
SysReAllocString VarPtr(LPWSTRtoStr), lPtr
97539753
If fFree Then
97549754
Call CoTaskMemFree(lPtr)

0 commit comments

Comments
 (0)