|
From: | Vincent Caron <address@hidden> |
Subject: | [ngl-commits] ngl.h: fixed Unix compilation bug |
Date: | Mon, 27 Oct 2003 19:43:30 -0500 |
Commit from zerodeux | 2003-10-27 19:43 EST |
ngl.h: fixed Unix compilation bug
Module | File name | Revision | |||
---|---|---|---|---|---|
ngl | ChangeLog | 1.347 | >>> | 1.348 | |
ngl | include/ngl.h | 1.52 | >>> | 1.53 |
ngl/ChangeLog 1.347 >>> 1.348 |
---|
Line 1 |
+ 2003/10/28 01:45 zerodeux + - ngl.h: fixed Unix compilation bug (<stddef.h> for ptrdiff_t) + |
2003/09/22 13:21 zerodeux - Hosting migration * replaced occurences of sf.net with nongnu.org |
ngl/include/ngl.h 1.52 >>> 1.53 |
---|
Line 271 |
*/ #ifdef _UNIX_ #include <unistd.h> |
+ #include <stddef.h> |
typedef ssize_t nglSize; #else typedef int nglSize; |
[Prev in Thread] | Current Thread | [Next in Thread] |