~ubuntu-branches/ubuntu/vivid/wine/vivid

« back to all changes in this revision

Viewing changes to include/winsock.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2008-05-30 08:48:53 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530084853-eoabeo8m5ai49vb5
Tags: 1.0-rc3-1ubuntu1
* New upstream release
  - Bugfixes only due to feature freeze pending 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
 * This is used instead of -1, since the
396
396
 * SOCKET type is unsigned.
397
397
 */
398
 
#define INVALID_SOCKET             (~0)
 
398
#define INVALID_SOCKET             (SOCKET)(~0)
399
399
#define SOCKET_ERROR               (-1)
400
400
 
401
401
typedef struct WS(sockaddr)