[matroska] r1120 - trunk/DvdMenuXtractor/win32
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-04-10 11:32:33 +0400 (Sun, 10 Apr 2005) New Revision: 1120 Modified: trunk/DvdMenuXtractor/win32/inttypes.h Log: DMX: forgot that file when compiling with wxWidgets 2.5.4 Modified: trunk/DvdMenuXtractor/win32/inttypes.h =================================================================== --- trunk/DvdMenuXtractor/win32/inttypes.h 2005-04-09 22:11:26 UTC (rev 1119) +++ trunk/DvdMenuXtractor/win32/inttypes.h 2005-04-10 07:32:33 UTC (rev 1120) @@ -8,7 +8,7 @@ typedef unsigned int uint32_t; typedef unsigned __int64 uint64_t; -typedef unsigned int ssize_t; +typedef int ssize_t; typedef __int64 int64_t; typedef int int32_t; typedef short int16_t;