log loader/win32.c @ 36826:7366342a9e00

age author description
Sun, 17 Mar 2013 22:47:35 +0000 diego Add _BSD_SOURCE #define for getpagesize().
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 03 Nov 2011 13:24:50 +0000 diego loader: remove duplicate cpudetect.h #include
Sat, 30 Jul 2011 20:26:29 +0000 reimar Add some additional function/hacks needed for newer CFDecode2.ax versions.
Tue, 24 May 2011 19:51:38 +0000 diego configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
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.