git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54398 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-07-09 06:25:21 +00:00
parent db794151fe
commit 8290f3acf4
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ July 9, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>
* plugins/dfcdrom/cdrcfg-0.1df/main.c: Added device listing for Solaris.
* configure.ac: Fixed FTBFS on Solaris.
* plugins/peopsxgl/draw.c: Don't use glColorTableEXT on Solaris.
* libpcsxcore/socket.c: Silenced warning on Solaris.
July 8, 2010 Wei Mingzhi <whistler_wmz@users.sf.net>

View File

@ -15,6 +15,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/
#include "config.h"
#include <stdio.h>
#ifdef _WIN32
#include <winsock2.h>