missing void on resize.c:49 static UniqueUpdateForm( UInt16 formID, UInt16 code );
should be static void UniqueUpdateForm( UInt16 formID, UInt16 code );
compiler is complaining
Log in to post a comment.