|
|
#1 |
|
mlipod moderator
(Senior Member) Join Date: Jun 2005
Location: Germany
Posts: 3,459
|
SDK problem: __time64_t not defined in MSVC 6.0
Hi, the current SDK uses __time64_t in ml.h. But in MSVC 6 this is not defined in any header (not in time.h, where it is supposed to be.
I had to add this to ml.h to calm down the compiler, after the #include <time.h> line (~line 460) #ifndef _TIME64_T_DEFINED typedef __int64 __time64_t; /* 64-bit time value */ #define _TIME64_T_DEFINED #endif WinAmp Pro 5.5 with ml_iPod 3.10 + dev.patches (download it) ml_iPod documentation Wiki - ml_iPod FAQ - search ml_iPod forum - iPhone/iTouch - Found a bug? Donations to support the ml_iPod project can be done HERE |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|