http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #107 from Adam Martinson adam.r.martinson@gmail.com 2012-12-21 10:15:59 CST --- (In reply to comment #105)
Also I noticed that you changed the order of create_pipe_server and create_pipe_end. If you restore the original order, you'll get a smaller diff :)
I need to call create_pipe_end() in create_pipe_instance(), so I would have to forward-declare it otherwise.