On Mon, 2 Aug 2010, Bram Moolenaar wrote:
Christian J. Robinson wrote:
[...]/AppData/Local/Temp/ccISkFaJ.o:uninstal.c:(.text+0x44a):
undefined reference to `_RegDeleteKeyEx'
I have just pushed a workaround. No idea if this actually works:
# ifndef KEY_WOW64_64KEY
# define KEY_WOW64_64KEY 0x0100
# define RegDeleteKeyEx(a, b, c, d) RegDeleteKey(a, b)
# endif
It at least allows compilation without modifying the makefile.
Unfortunately I can't test it because I don't actually use the
installer/uninstaller; I keep the stable 7.2 release installed
"globally" on my Windows system, and I have a locally installed
version for cygwin and just copy the native Windows gvim.exe binary I
also build to the same runtime directory so I can run it as well.
- Christian
--
Christian J. Robinson <[email protected]> -- http://christianrobinson.name/
--
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