slpublic.h revision b955672b950093ff7416d1269dd4d3b69983bd8f
809N/A/*
809N/A *
809N/A * Copyright 2008 Alistair Leslie-Hughes
809N/A *
809N/A * This library is free software; you can redistribute it and/or
809N/A * modify it under the terms of the GNU Lesser General Public
809N/A * License as published by the Free Software Foundation; either
809N/A * version 2.1 of the License, or (at your option) any later version.
809N/A *
809N/A * This library is distributed in the hope that it will be useful,
809N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of
809N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
809N/A * Lesser General Public License for more details.
809N/A *
809N/A * You should have received a copy of the GNU Lesser General Public
809N/A * License along with this library; if not, write to the Free Software
809N/A * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
809N/A */
809N/A
809N/A/*
809N/A * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
809N/A * other than GPL or LGPL is available it will apply instead, Sun elects to use only
809N/A * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
809N/A * a choice of LGPL license versions is made available with the language indicating
809N/A * that LGPLv2 or any later version may be used, or where a choice of which version
809N/A * of the LGPL is applied is otherwise unspecified.
809N/A */
809N/A#ifndef __WINE_SLPUBLIC_H
809N/A#define __WINE_SLPUBLIC_H
809N/A
809N/A#ifdef __cplusplus
809N/Aextern "C" {
809N/A#endif
809N/A
809N/A#ifdef _SLC_
809N/A#define SLCAPI
809N/A#else
809N/A#define SLCAPI DECLSPEC_IMPORT
809N/A#endif
809N/A
809N/ASLCAPI DWORD WINAPI SLGetWindowsInformationDWORD(LPCWSTR lpszValueName, LPDWORD pdwValue);
809N/A
809N/A
809N/A#ifdef __cplusplus
809N/A}
809N/A#endif
809N/A
809N/A#endif /* __WINE_SLPUBLIC_H */
809N/A