discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Small change - VrTypes.h


From: Rob Judd
Subject: [Discuss-gnuradio] Small change - VrTypes.h
Date: Tue, 05 Aug 2003 21:45:01 +1000

#ifdef _WIN32
typedef unsigned __int64 VrSampleIndex;
#else
typedef unsigned long long VrSampleIndex;
#endif


Rob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]