]> Creatis software - gdcm.git/blobdiff - src/gdcmmpeg2/src/mpeg2dec/global.h
Replace C++ style comments by C style comments, to avoid gcc warnings
[gdcm.git] / 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 {