]> Creatis software - gdcm.git/commitdiff
COMP: Fix compilation on Win32...again
authormalaterre <malaterre>
Sun, 22 May 2005 15:52:56 +0000 (15:52 +0000)
committermalaterre <malaterre>
Sun, 22 May 2005 15:52:56 +0000 (15:52 +0000)
src/gdcmmpeg2/src/mpeg2dec/global.h

index fc506ad0a10e15942af0962472b644f2350d7a82..86558064a44fe4a9902147ea934b99d0964baef9 100644 (file)
@@ -419,6 +419,9 @@ EXTERN int broken_link;
 
 //FIXME
 #include <sys/types.h>
+#ifdef _WIN32
+typedef int ssize_t;
+#endif
 
 /* layer specific variables (needed for SNR and DP scalability) */
 EXTERN struct layer_data {