You probably guessed as much, but this has me back in business again.
Thanks,
-lipp
-----Original Message-----
From: Andy Piper [mailto:andyï¼ xemacs.org]
Sent: Tuesday, August 31, 1999 2:48 PM
To: xemacs-beta(a)xemacs.org; xemacs-patches(a)xemacs.org
Cc: xemacs-nt(a)xemacs.org
Subject: Emergency patch: mswindows completely hosed
The portable dumper changes have completely hosed mswindows, I think its
something to do with the opaque_ptr changes. mswindows uses these to store
menu item ids in a hash table. It looks like that emacs is unable to get
the items out of the hash table. The following patch fixes things although
I do not understand the code enough to know whether this is the correct
patch.
I'll apply this tomorrow unless someone comes up with a correct patch.
andy
1999-08-31 Andy Piper <andy(a)xemacs.org>
* opaque.c (equal_opaque_ptr): define.
(hash_opaque_ptr): define.