summaryrefslogtreecommitdiff
path: root/src/os_win32.h
AgeCommit message (Collapse)Author
2014-03-23updated for version 7.4.212Bram Moolenaar
Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
2013-09-25updated for version 7.4.039Bram Moolenaar
Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a directory properly. Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
2013-07-21updated for version 7.4a.038Bram Moolenaar
Problem: When using MSVC 2012 there are various issues, including GUI size computations. Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
2013-06-29updated for version 7.3.1268Bram Moolenaar
Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
2013-06-07updated for version 7.3.1141Bram Moolenaar
Problem: Win32: Check for available memory is not reliable and adds overhead. Solution: Remove mch_avail_mem(). (Mike Williams)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-03-19updated for version 7.3.870Bram Moolenaar
Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
2012-11-20updated for version 7.3.719Bram Moolenaar
Problem: Cannot run new version of cproto, it fails on missing include files. Solution: Add lots of #ifndef PROTO
2012-10-21updated for version 7.3.707Bram Moolenaar
Problem: Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata)
2011-08-10updated for version 7.3.277Bram Moolenaar
Problem: MS-Windows: some characters do not show in dialogs. Solution: Use the wide methods when available. (Yanwei Jia)
2011-05-05updated for version 7.3.177Bram Moolenaar
Problem: MS-Windows: mkdir() doesn't work properly when 'encoding' is "utf-8". Solution: Convert to utf-16. (Yukihiro Nakadaira)
2010-05-31Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2006-01-22updated for version 7.0185Bram Moolenaar
2005-06-30updated for version 7.0098Bram Moolenaar
2005-05-19updated for version 7.0073Bram Moolenaar
2005-05-18updated for version 7.0072Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar