To: vim-dev@vim.org Subject: Patch 6.0.121 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.0.121 (extra) (depends on patch 6.0.116) Problem: Win32: After patch 6.0.116 Vim doesn't compile with mingw32. Solution: Add an #ifdef HAVE_ACL. Files: src/os_win32.c *** ../vim60.120/src/os_win32.c Tue Jan 1 21:13:14 2002 --- src/os_win32.c Sat Jan 5 13:29:06 2002 *************** *** 4058,4064 **** --- 4058,4066 ---- BOOL aclDefault; HANDLE hToken; DWORD bytes; + #ifdef HAVE_ACL TRUSTEE t; + #endif ACCESS_MASK am; ACCESS_MASK cm; PACL pacl; *** ../vim60.120/src/version.c Mon Jan 7 22:34:19 2002 --- src/version.c Wed Jan 9 10:01:38 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 121, /**/ -- Snoring is prohibited unless all bedroom windows are closed and securely locked. [real standing law in Massachusetts, United States of America] /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ ((( Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim ))) \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///