diff options
| author | nyamatongwe <unknown> | 2001-12-29 01:52:53 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-12-29 01:52:53 +0000 |
| commit | f98af13192850ec557133f3d5547e8383397e6e9 (patch) | |
| tree | abb88911d166d6ff42ef607723c2fede40de5fa2 /win32/PlatWin.cxx | |
| parent | f2f3a9292426bbc5c2fb229a398c8ea9418e7ff6 (diff) | |
| download | scintilla-mirror-f98af13192850ec557133f3d5547e8383397e6e9.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) { |
