Re: _gdk_win32_selection_convert_to_dib
- From: Fan Chun-wei <fanc999 yahoo com tw>
- To: John Emmas <johne53 tiscali co uk>
- Cc: gtk-devel-list gnome org
- Subject: Re: _gdk_win32_selection_convert_to_dib
- Date: Wed, 07 May 2014 18:41:11 +0800
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]