diff win/XBrowseForFolder.h @ 632:bf3a6d596cd4

Use better directory browser widget.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 30 Oct 2008 10:46:03 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/win/XBrowseForFolder.h	Thu Oct 30 10:46:03 2008 +0000
@@ -0,0 +1,33 @@
+// XBrowseForFolder.h  Version 1.2
+//
+// Author:  Hans Dietrich
+//          hdietrich@gmail.com
+//
+// This software is released into the public domain.  You are free to use
+// it in any way you like, except that you may not sell this source code.
+//
+// This software is provided "as is" with no expressed or implied warranty.
+// I accept no liability for any damage or loss of business that this
+// software may cause.
+//
+///////////////////////////////////////////////////////////////////////////////
+
+#ifndef XBROWSEFORFOLDER_H
+#define XBROWSEFORFOLDER_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+BOOL XBrowseForFolder(HWND hWnd,
+					  LPCTSTR lpszInitialFolder,
+					  int nFolder,
+					  LPCTSTR lpszCaption,
+					  LPTSTR lpszBuf,
+					  DWORD dwBufSize,
+					  BOOL bEditBox);
+#ifdef __cplusplus
+}
+#endif
+
+#endif //XBROWSEFORFOLDER_H