The following are in the gui.inc file:
Quotedeclare extern ColorRequest(window *win,OPT unsigned int initcolor=0xFFFFFF),unsigned int;
declare extern FontRequest(window win,int vSize BYREF,int vWeight BYREF,unsigned int vFlags BYREF,unsigned int vColor BYREF,OPT string name),HEAP;
declare extern MessageBox(window *win,string text,string caption,OPT unsigned int flags),int;
declare extern PrtDialog(window *win,int vStart BYREF,int vEnd BYREF,int vCopies BYREF,int vCollate BYREF),STRING;
Shouldn't the
Quotewindow *win and window win
be
QuoteCwindow *win