mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
fixes #142
This commit is contained in:
@@ -14524,7 +14524,7 @@ proc GetWindowTextA*(wnd: HWND, lpString: LPSTR, nMaxCount: int32): int32{.
|
||||
stdcall, dynlib: "user32", importc: "GetWindowTextA".}
|
||||
proc GetWindowTextLengthA*(wnd: HWND): int32{.stdcall, dynlib: "user32",
|
||||
importc: "GetWindowTextLengthA".}
|
||||
proc MessageBoxA*(wnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT): int32{.
|
||||
proc MessageBoxA*(wnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: int): int32{.
|
||||
stdcall, dynlib: "user32", importc: "MessageBoxA".}
|
||||
proc MessageBoxExA*(wnd: HWND, lpText: LPCSTR, lpCaption: LPCSTR, uType: UINT,
|
||||
wLanguageId: int16): int32{.stdcall, dynlib: "user32",
|
||||
|
||||
@@ -15,7 +15,7 @@ import
|
||||
lua, lualib, lauxlib, mysql, sqlite3, python, tcl,
|
||||
db_postgres, db_mysql, db_sqlite, ropes, sockets, browsers, httpserver,
|
||||
httpclient, parseutils, unidecode, xmldom, xmldomparser, xmltree, xmlparser,
|
||||
htmlparser, re, graphics, colors, pegs, subexes
|
||||
htmlparser, re, graphics, colors, pegs, subexes, dialogs
|
||||
|
||||
when defined(linux):
|
||||
import
|
||||
|
||||
Reference in New Issue
Block a user