log loader/win32.c @ 33021:63beda39479c

age author description
Mon, 11 Oct 2010 12:33:57 +0000 diego Remove #warning preprocessor directives or replace them by suitable comments.
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Fri, 10 Sep 2010 15:38:03 +0000 diego Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
Mon, 02 Aug 2010 18:28:42 +0000 alexc Add msvcr100 support to the win32 loader.
Mon, 02 Aug 2010 17:39:20 +0000 reimar Reuse do_cpuid from cpudetect.c in loader/win32.c.
Mon, 02 Aug 2010 17:32:42 +0000 reimar Add const to avoid warnings.
Mon, 02 Aug 2010 17:30:00 +0000 reimar Avoid arithmetic on void * pointers.
Mon, 02 Aug 2010 17:27:20 +0000 reimar Fix type in conditional.
Mon, 02 Aug 2010 17:26:28 +0000 reimar Make function declarations proper prototypes.
Mon, 02 Aug 2010 17:19:45 +0000 reimar Avoid mixing code and declarations.
Mon, 02 Aug 2010 17:18:18 +0000 reimar Make library/export function tables static const.
Fri, 30 Jul 2010 17:02:58 +0000 compn remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
Sun, 23 May 2010 16:01:12 +0000 sesse Add final missing bits of CineForm HD support on Linux (via the Windows
Thu, 25 Mar 2010 12:58:41 +0000 sesse Don't try to delete the global memory mutex in the Win32 loader code,
Tue, 23 Mar 2010 18:01:00 +0000 diego Get rid of pointless def_path variable; use codec_path directly instead.