comparison src/menubar-msw.c @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 157b30c96d03
children b2472a1930f2
comparison
equal deleted inserted replaced
254:e92abcaa252b 255:084402c475ba
804 current_menudesc = Qnil; 804 current_menudesc = Qnil;
805 current_hashtable = Qnil; 805 current_hashtable = Qnil;
806 806
807 staticpro (&current_menudesc); 807 staticpro (&current_menudesc);
808 staticpro (&current_hashtable); 808 staticpro (&current_hashtable);
809 809 }
810 Fprovide (intern ("mswindows-menubars"));
811 }