[Ffmpeg-devel] [PATCH] Correct inttypes.h emulation for Visual Studio
Uoti Urpala
uoti.urpala
Sun Dec 3 22:20:01 CET 2006
On Sun, 2006-12-03 at 23:55 +0300, Alexander Chemeris wrote:
> As it is said in this article (chapter "64-Bit Programming in UNIX and
> Windows"):
> http://www.microsoft.com/technet/interopMigration/taskstools/migrate/unix/ucamg/ch02uav3.mspx
> Unix and Windows use different headers for explicitly sized data types. And
> even name this types different.
int64_t etc are not "Unix" types, they're standard C types. So it's not
a difference between Unix and Windows, but a difference between C and
Microsoft's so-called "C" compilers which do not quite support C.
More information about the ffmpeg-devel
mailing list