Changeset 207869108127ecc36998defd8a9a3541fd4fa431

Show
Ignore:
Timestamp:
04/28/05 15:30:02 (3 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1114695002 +0000
git-parent:

[fef83e25a847d4a081d736e147912266ecc4bc7f]

git-author:
Damien Fouilleul <damienf@videolan.org> 1114695002 +0000
Message:

vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
record.c: make it compile under mingw32, needs review

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    rd41216c r2078691  
    907907 
    908908/* Format type specifiers for 64 bits numbers */ 
    909 #if !defined(WIN32) && !defined(UNDER_CE
     909#if defined(__MINGW32__) || defined(__CYGWIN32__) || (!defined(WIN32) && !defined(UNDER_CE)
    910910#   define I64Fd "%lld" 
    911911#   define I64Fi "%lli" 
  • modules/access_filter/record.c

    rfef83e2 r2078691  
    3434#include <osd.h> 
    3535#include <errno.h> 
     36#include <time.h> 
    3637 
    3738/*****************************************************************************