home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.121 < prev    next >
Encoding:
Internet Message Format  |  2002-01-08  |  1.3 KB

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