From: <sv...@ww...> - 2004-07-05 15:31:03
|
Author: delta Date: 2004-07-05 08:30:57 -0700 (Mon, 05 Jul 2004) New Revision: 1142 Modified: trunk/CSP/SimData/CHANGES.current Log: Prevent conflict between winsock & winsock2. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1142 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-07-05 15:27:13 UTC (rev 1141) +++ trunk/CSP/SimData/CHANGES.current 2004-07-05 15:30:57 UTC (rev 1142) @@ -1,6 +1,9 @@ Version 0.4.0 (in progress) =========================== - +2004-07-02: delta + * Added a #define _WINSOCKAPI_ in AtomicCounter.h (protected + behind WIN32) to avoid conflict in the network code. + 2004-07-01: onsight * Added a simple but fast memory pool class for allocating fixed size buffers. |