EionRobb / pidgin-win7

A plugin to add Windows eye-candy to Pidgin (jump lists, transfer progress, status emblems)
11 stars 4 forks source link

C89 compatibility #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
gcc supports C99 extensions to C, however MSVC does not (at the point of 
writing.) The code generally conforms to C89; this patch will rectify the use 
of inline variable declarations to allow MSVC to compile the library.

What version of the product are you using? On what operating system?
SVN-trunk. Windows 7 Professional (x64)
Visual C++ 2010 Express

Please provide any additional information below.
Patch attached.

Original issue reported on code.google.com by joel.lo...@gmail.com on 30 Aug 2011 at 12:15

Attachments: