Kaydet (Commit) 2d29361d authored tarafından Fridrich Štrba's avatar Fridrich Štrba

fix build of odma provider

üst f1ec4b66
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
/************************************************************************** #ifdef WNT
TODO #include <windows.h>
************************************************************************** #endif
*************************************************************************/
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "odma_contentprops.hxx" #include "odma_contentprops.hxx"
#include <com/sun/star/ucb/XDynamicResultSet.hpp> #include <com/sun/star/ucb/XDynamicResultSet.hpp>
......
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
/************************************************************************** #ifdef WNT
TODO #include <windows.h>
************************************************************************** #endif
*************************************************************************/
#include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
......
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
/************************************************************************** #ifdef WNT
TODO #include <windows.h>
************************************************************************** #endif
*************************************************************************/
#include <vector> #include <vector>
#include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/providerhelper.hxx> #include <ucbhelper/providerhelper.hxx>
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#ifdef WNT
#include <windows.h>
#endif
#include "odma_inputstream.hxx" #include "odma_inputstream.hxx"
#include "com/sun/star/io/IOException.hpp" #include "com/sun/star/io/IOException.hpp"
#include <com/sun/star/ucb/OpenCommandArgument2.hpp> #include <com/sun/star/ucb/OpenCommandArgument2.hpp>
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#ifdef WNT
#include <windows.h>
#endif
#include <osl/module.h> #include <osl/module.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "odma_lib.hxx" #include "odma_lib.hxx"
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#ifdef WNT
#include <windows.h>
#endif
#include <osl/process.h> #include <osl/process.h>
#include "odma_provider.hxx" #include "odma_provider.hxx"
......
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
/************************************************************************** #ifdef WNT
TODO #include <windows.h>
************************************************************************** #endif
*************************************************************************/
#include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/contentidentifier.hxx>
#include "odma_provider.hxx" #include "odma_provider.hxx"
#include "odma_content.hxx" #include "odma_content.hxx"
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#ifdef WNT
#include <windows.h>
#endif
/************************************************************************** /**************************************************************************
TODO TODO
************************************************************************** **************************************************************************
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#ifdef WNT
#include <windows.h>
#endif
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/registry/XRegistryKey.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