[Cpri-develop] cpri/examples 1_pri.c,1.1,1.2
Brought to you by:
chrisan,
rasmusmyklebust
|
From: <ras...@us...> - 2004-02-28 00:16:51
|
Update of /cvsroot/cpri/cpri/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14679/examples Modified Files: 1_pri.c Log Message: Made the it build in msvc Index: 1_pri.c =================================================================== RCS file: /cvsroot/cpri/cpri/examples/1_pri.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 1_pri.c 8 Feb 2004 11:35:56 -0000 1.1 --- 1_pri.c 27 Feb 2004 23:59:57 -0000 1.2 *************** *** 520,524 **** static void show_menu(void *data) { - (void)data; #if defined ALLEGRO_LINUX static t_target target = {1, "default.html"}; --- 520,523 ---- *************** *** 526,529 **** --- 525,530 ---- static t_target target = {0, ""}; #endif + (void)data; + MkMenuItem(0, "Display printer queues", "", show_queue, NULL); MkMenuItem(0, "Printer settings", "", show_settings, NULL); |