diff options
| author | Sam Hartman <hartmans@mit.edu> | 2011-10-14 14:40:36 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2011-10-14 14:40:36 +0000 |
| commit | a0216e21ff6d3885557d145c78c8547187cbc83a (patch) | |
| tree | b037e6a2f42a63db4b099ee10fd206ffb5693326 /src/windows/leash/CLeashDragListBox.cpp | |
| parent | 6b39aeb15325008af22d4efd64a417b41884e326 (diff) | |
Fixed some warnings and Windows 64 portability issues in the leash executable
Signed-off-by: Alexey Melnikov <aamelnikov@gmail.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25338 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/leash/CLeashDragListBox.cpp')
| -rw-r--r-- | src/windows/leash/CLeashDragListBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leash/CLeashDragListBox.cpp b/src/windows/leash/CLeashDragListBox.cpp index 205889b86..275388430 100644 --- a/src/windows/leash/CLeashDragListBox.cpp +++ b/src/windows/leash/CLeashDragListBox.cpp @@ -66,7 +66,7 @@ void CLeashDragListBox::Dropped(int nSrcIndex, CPoint pt) if (nDestIndex == nSrcIndex || nDestIndex == nSrcIndex+1) return; //didn't move CString str1, str2; - DWORD dwData; + DWORD_PTR dwData; GetText(nSrcIndex, str1); GetText(nDestIndex, str2); dwData = GetItemData(nSrcIndex); |
