Kaydet (Commit) 5705102c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Test WNT instead of the vague UNX

Change-Id: I99aa82d29d056afde92d258fd5cdf13359f9b74c
üst f1b956f5
......@@ -64,10 +64,10 @@ using namespace ::com::sun::star::io;
using namespace ::com::sun::star::resource;
using namespace ::com::sun::star::ui::dialogs;
#if defined(UNX)
char const FilterMask_All[] = "*";
#else
#ifdef WNT
char const FilterMask_All[] = "*.*";
#else
char const FilterMask_All[] = "*";
#endif
DBG_NAME( DialogWindow )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment