Greetings, Developers.<br><br>Recently I have started integrating libPAL in my project and found that it does not include any MS Visual Studio solution (or any other convenient way) to build the library under Windows. Also, when I have started building the library I have faced some issues (all of them were minor, but still). Therefore I would like to submit a little patch which would allow new users of libPAL build the library easily.<br>

<br>The patch is minor, it contains only the features required to build the library in my environment.<br><br>It consists of:<br>- Solution files<br>- Changes to source files:<br>  - Minor: eliminated trailing spaces in files that I have modified.<br>

  - Minor: eliminated few compiler warnings.<br>  - Minor: fixed compilation issue with M_PI.<br><br>One thing that, however, I am not sure is correct:<br>  #ifdef _MSC_VER<br>  #define _HAVE_WINDOWS_H_<br>  #endif  // _MSC_VER<br>

This code assumes that Windows SDK is always installed in MSVC, which, frankly, is not.<br><br>The patch is submitted to Trac as Ticket #14 ( <a href="http://geosysin.iict.ch/pal-trac/ticket/14">http://geosysin.iict.ch/pal-trac/ticket/14</a> )<div>

If you have any suggestions or comments please don&#39;t hesitate to contact me.<font class="Apple-style-span" face="Verdana, Arial, &#39;Bitstream Vera Sans&#39;, Helvetica, sans-serif"><br></font><br>Best regards, Alexey Kolganov
</div>