[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / platform / posix / XHandlePublic.h
blob6d1f840f924452cbe05a9f61a1dea95c9b87eb59
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 struct CXHandle;
12 typedef CXHandle* HANDLE;
13 typedef HANDLE* LPHANDLE;
15 bool CloseHandle(HANDLE hObject);
17 #define DUPLICATE_CLOSE_SOURCE 0x00000001
18 #define DUPLICATE_SAME_ACCESS 0x00000002