aboutsummaryrefslogtreecommitdiff
path: root/jim-win32api.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-14/+24
for relicensing all files within Jim project. "FreeBSD license" isn't correct term, so basically remove it. Try to make the whole place consistent.
2005-04-13Win32API module permits dynamic creation of Jim commands that call intopatthoyts1-0/+448
Win32 DLL functions. Its not complete and at the moment only void or integer parameters are working.