Skip to content
Snippets Groups Projects
Commit b364e503 authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

replace typedef by a macro (beark...) to pleae LSF 7

parent fad4926d
Branches
Tags
No related merge requests found
/*
* $Id: net.h,v 1.5 2005/07/14 14:02:52 jdurand Exp $
* $Id: net.h,v 1.6 2007/03/14 09:30:08 sponcec3 Exp $
*/
#ifndef _NET_H
......@@ -15,7 +15,9 @@
* use these definitions to maximize portability.
*/
#if !defined(_WIN32)
typedef int SOCKET;
#ifndef SOCKET
#define SOCKET int
#endif
/*
* The following definitions should be used with shutdown()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment