Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/Shell.h')
-rwxr-xr-xCPP/Windows/Shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/Shell.h b/CPP/Windows/Shell.h
index 743eb051..3990c334 100755
--- a/CPP/Windows/Shell.h
+++ b/CPP/Windows/Shell.h
@@ -60,7 +60,7 @@ public:
~CDrop();
void Attach(HDROP object);
operator HDROP() { return m_Object;}
- bool QueryPoint(LPPOINT point)
+ bool QueryPoint(LPPOINT point)
{ return BOOLToBool(::DragQueryPoint(m_Object, point)); }
void Finish() { ::DragFinish(m_Object); }
UINT QueryFile(UINT fileIndex, LPTSTR fileName, UINT fileNameSize)