]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
a comment
authorRudolf Polzer <divverent@alientrap.org>
Tue, 4 Jan 2011 12:23:33 +0000 (13:23 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 4 Jan 2011 12:23:33 +0000 (13:23 +0100)
cap_lavc.c

index 0fcd6bd3bf610734b1c2411cfaa6a67a86f56088..49ce71192b5f82f3600e15e9fead9a2dccf2730e 100644 (file)
@@ -59,6 +59,7 @@ qboolean SCR_CaptureVideo_Lavc_Available(void)
 #else
 
 #ifdef WIN32
+// MSVC does not know *int*_t
 typedef unsigned __int64 qint64_t;
 typedef   signed __int64 quint64_t;
 typedef unsigned __int32 qint32_t;