1*fd6d8138SAndre Fischer /************************************************************** 2*fd6d8138SAndre Fischer * 3*fd6d8138SAndre Fischer * Licensed to the Apache Software Foundation (ASF) under one 4*fd6d8138SAndre Fischer * or more contributor license agreements. See the NOTICE file 5*fd6d8138SAndre Fischer * distributed with this work for additional information 6*fd6d8138SAndre Fischer * regarding copyright ownership. The ASF licenses this file 7*fd6d8138SAndre Fischer * to you under the Apache License, Version 2.0 (the 8*fd6d8138SAndre Fischer * "License"); you may not use this file except in compliance 9*fd6d8138SAndre Fischer * with the License. You may obtain a copy of the License at 10*fd6d8138SAndre Fischer * 11*fd6d8138SAndre Fischer * http://www.apache.org/licenses/LICENSE-2.0 12*fd6d8138SAndre Fischer * 13*fd6d8138SAndre Fischer * Unless required by applicable law or agreed to in writing, 14*fd6d8138SAndre Fischer * software distributed under the License is distributed on an 15*fd6d8138SAndre Fischer * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fd6d8138SAndre Fischer * KIND, either express or implied. See the License for the 17*fd6d8138SAndre Fischer * specific language governing permissions and limitations 18*fd6d8138SAndre Fischer * under the License. 19*fd6d8138SAndre Fischer * 20*fd6d8138SAndre Fischer *************************************************************/ 21*fd6d8138SAndre Fischer 22*fd6d8138SAndre Fischer 23*fd6d8138SAndre Fischer 24*fd6d8138SAndre Fischer #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_GUI_API_HXX 25*fd6d8138SAndre Fischer #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_GUI_API_HXX 26*fd6d8138SAndre Fischer 27*fd6d8138SAndre Fischer #include "sal/config.h" 28*fd6d8138SAndre Fischer #include "sal/types.h" 29*fd6d8138SAndre Fischer 30*fd6d8138SAndre Fischer #if defined DESKTOP_DEPLOYMENTGUI_DLLIMPLEMENTATION 31*fd6d8138SAndre Fischer #define DESKTOP_DEPLOYMENTGUI_DLLPUBLIC SAL_DLLPUBLIC_EXPORT 32*fd6d8138SAndre Fischer #else 33*fd6d8138SAndre Fischer #define DESKTOP_DEPLOYMENTGUI_DLLPUBLIC SAL_DLLPUBLIC_IMPORT 34*fd6d8138SAndre Fischer #endif 35*fd6d8138SAndre Fischer 36*fd6d8138SAndre Fischer #endif 37