Re: _gdk_win32_selection_convert_to_dib



Hi John,

I took a quick look at this, the reason is because the line occurred before the variable decalarations (this is something Visual C++ before version 2013 doesn't like), so if you declare the variables first (don't do anything to them), then do the check, then assign these variables, then this would be fixed.

Sorry, I don't have time to post a patch/commit for this until tomorrow, but if anyone does that before me, I'd be quite happy as well.

It does seem that this fix is needed for gtk-3-12 and master as well.

With blessings!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]