Cast time_t to long for printing.
[wine] / files / smb.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Bill MedlandA little SMB preparatory work:
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Gerald PfeiferProperly cast struct sockaddr_in* to struct sockaddr...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-26  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-19  Mike McCormackFirst go at reading directories on public SMB shares.
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-07-02  Alexandre JulliardFixed warnings.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-05  Mike McCormackImplement NetBIOS resolution for UNC pathnames.
2002-03-23  Patrik StridvallFixed some issues found by winapi_check.
2002-03-19  Gerald PfeiferAdd missing #includes for FreeBSD and Solaris.
2002-03-12  Mike McCormackBegin to make wine an SMB client.