Le Mon, 2 Aug 2010 21:25:05 +1000, John Beckett a écrit dans le message <2504dc3d77fa4577b217bac5971d1...@quartz> :
> Perhaps you could make a macro in uninstal.c: #ifdef _WIN64 > then use RegDeleteKeyEx, otherwise user RegDeleteKey. > As you say, an exe built on 32 bit would run only on 32 bit. RegDeleteKeyEx was used in 7.2 (macro #ifdef WIN3264) and I can build 7.3b on Win98 using Borland Bcc. In 7.3c KEY_ALL_ACCESS parameter is replaced by KEY_WOW64_64KEY | KEY_ALL_ACCESS. See : <ftp://ftp.vim.org/pub/vim/unstable/unix/vim-7.3b-7.3c.diff.gz> I will try to build this version. -- Patrick Texier -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
