aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ScintillaWin.h
blob: 6d4d2ce26266037262eaaf378c8f62046553a143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Scintilla source code edit control
/** @file ScintillaWin.h
 ** Define functions from ScintillaWin.cxx that can be called from ScintillaDLL.cxx.
 **/
// Copyright 1998-2018 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.

class ScintillaWin;

namespace Scintilla {

int ResourcesRelease(bool fromDllMain);
sptr_t DirectFunction(ScintillaWin *sci, UINT iMessage, uptr_t wParam, sptr_t lParam);

}