http://bugs.winehq.org/show_bug.cgi?id=17715
--- Comment #25 from H. Verbeet hverbeet@gmail.com 2009-03-22 17:37:33 --- (In reply to comment #10)
You mean the constification of mask_size and write_mask? I can leave that out, but it looks reasonable to me to const these two (and merge the declaration and initialization).
The usefulness of making non-pointer/array variables const is a bit questionable.