Don't udpate LastOverSpeedTick when using aqua_speed
[ryzomcore.git] / nel / tools / sound / source_sounds_builder / file_dialog.h
blob9dde9a1f878563dc4a35d1cd30af69c90cad15cf
1 /*
2 * Workaround from the MFC CFileDialog Multi Select bug
3 * Thanks to Jens Bohlmann (bohly@ki.comcity.de)
4 */
6 #include "afxdlgs.h"
8 #define FILENAME_BUFFERSIZE 64000
10 class CMultiFileDialog : public CFileDialog
12 public:
14 CMultiFileDialog(BOOL bOpenFileDialog, LPCTSTR lpszDefExt, LPCTSTR lpszFileName,
15 DWORD dwFlags, LPCTSTR lpszFilter, CWnd* pParentWnd);
17 private:
19 CString m_strFileName;