diff options
| author | nyamatongwe <devnull@localhost> | 2001-12-29 01:52:53 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-12-29 01:52:53 +0000 |
| commit | c5a692dbf8fec7248fc3f384174c4899dd5aa036 (patch) | |
| tree | abb88911d166d6ff42ef607723c2fede40de5fa2 /win32/PlatWin.cxx | |
| parent | b506b7d33b1f8372f6c1cdaf9490dd7338354ef1 (diff) | |
| download | scintilla-mirror-c5a692dbf8fec7248fc3f384174c4899dd5aa036.tar.gz | |
Using HINSTANCE from Scintilla_RegisterClasses to find cursor so that
static builds within DLLs will work.
Diffstat (limited to 'win32/PlatWin.cxx')
| -rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 9befd3f78..c6adbf327 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -716,7 +716,7 @@ void Window::SetFont(Font &font) { reinterpret_cast<WPARAM>(font.GetID()), 0); } -static HINSTANCE hinstPlatformRes = 0; +HINSTANCE hinstPlatformRes = 0; void Window::SetCursor(Cursor curs) { switch (curs) { |
