Kaydet (Commit) 8928a4f6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Try to fix Windows build

Change-Id: Ib73cc86f9f14397b296324e14562278b5f8a2144
üst 43bea0e2
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#if defined(WNT)
#include <prewin.h>
#include <postwin.h>
#endif
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
......
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