From: <sv...@ww...> - 2004-09-16 19:15:33
|
Author: delta Date: 2004-09-16 12:15:22 -0700 (Thu, 16 Sep 2004) New Revision: 1230 Modified: trunk/CSP/SimData/CHANGES.current trunk/CSP/SimData/Include/SimData/AtomicCounter.h Log: Tried to reduce the impact of including windows API headers on the code. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1230 Modified: trunk/CSP/SimData/CHANGES.current =================================================================== --- trunk/CSP/SimData/CHANGES.current 2004-09-14 03:48:21 UTC (rev 1229) +++ trunk/CSP/SimData/CHANGES.current 2004-09-16 19:15:22 UTC (rev 1230) @@ -1,6 +1,10 @@ Version 0.4.0 (in progress) =========================== +2004-09-16: delta + * Tried to reduce the impact of including windows API headers on the + code. + 2004-09-12: onsight * Add an interface for creating and retrieving log streams based on a unique id string. This allows multiple related libraries in an Modified: trunk/CSP/SimData/Include/SimData/AtomicCounter.h =================================================================== --- trunk/CSP/SimData/Include/SimData/AtomicCounter.h 2004-09-14 03:48:21 UTC (rev 1229) +++ trunk/CSP/SimData/Include/SimData/AtomicCounter.h 2004-09-16 19:15:22 UTC (rev 1230) @@ -39,6 +39,7 @@ #if defined(WIN32) # define WIN_ATOMIC # define _WINSOCKAPI_ +# define NOMINMAX # include <Windows.h> #else # define LIN_ATOMIC |