log loader/win32.c @ 34132:085b62ad0cf9

age author description
2011-07-30 reimar Add some additional function/hacks needed for newer CFDecode2.ax versions.
2011-05-24 diego configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
2010-10-11 diego Remove #warning preprocessor directives or replace them by suitable comments.
2010-10-04 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
2010-09-10 diego Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
2010-08-02 alexc Add msvcr100 support to the win32 loader.
2010-08-02 reimar Reuse do_cpuid from cpudetect.c in loader/win32.c.
2010-08-02 reimar Add const to avoid warnings.
2010-08-02 reimar Avoid arithmetic on void * pointers.
2010-08-02 reimar Fix type in conditional.
2010-08-02 reimar Make function declarations proper prototypes.
2010-08-02 reimar Avoid mixing code and declarations.
2010-08-02 reimar Make library/export function tables static const.
2010-07-30 compn remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
2010-05-23 sesse Add final missing bits of CineForm HD support on Linux (via the Windows
2010-03-25 sesse Don't try to delete the global memory mutex in the Win32 loader code,
2010-03-23 diego Get rid of pointless def_path variable; use codec_path directly instead.
2010-03-20 diego Rename get_path.[ch] --> path.[ch].
2010-03-20 diego Move SetCodecPath() from loader to get_path.c and make it unconditional.
2010-03-18 reimar Split codec path related code into a separate file to fix Windows build.
2010-03-17 sesse Fix thread safety issue in mreq_private: last_alloc was accessed from multiple
2010-03-17 sesse Announce Windows XP SP2 instead of Windows 95 OSR2.
2010-03-17 sesse Announce SMP support for Win32.
2010-03-16 sesse Fix return value of InitializeCriticalSectionAndSpinCount.
2010-03-15 sesse Fix indentation in GetVersionExW.
2010-03-15 sesse Implement GetVersionExW with the same data as GetVersionExA but taking in a
2010-03-14 diego Replace separate Win32, XAnim and Real codec directories by one global dir.
2010-03-08 sesse Implement ResumeThread and SignalObjectAndWait.
2010-03-06 sesse Implement Win32 mutexes.
2010-03-06 sesse Fix semaphore behavior in WaitForSingleObject.
2010-03-06 sesse Make Win32 mutex and thread linked lists thread safe.
2010-03-05 sesse Make GetModuleHandle(NULL) return a valid pointer.
2010-03-05 sesse Partial revert of r30843.
2010-03-05 sesse Support thread handles in WaitForSingleObject.
2010-03-04 sesse Make emulated Win32 critical sections thread safe.
2010-03-04 sesse Fix crashes in CreatePalette by fixing the LOGPALETTE struct.
2010-03-04 sesse Fix manual reset behavior of Win32 events.
2010-03-04 sesse Fix return values of WaitForSingleObject when checking an event.
2010-02-26 diego Do not cast the results of malloc/calloc/realloc.
2010-02-22 diego Add declaration for exp_EH_prolog_dummy().
2010-02-21 diego Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
2010-02-19 diego Remove pointless '#if 1' preprocessor directives.
2010-02-18 reimar Add a InitializeCriticalSectionAndSpinCount function.
2010-02-18 reimar Add a GetModuleHandleW implementation.
2010-02-18 reimar Use snprintf to ensure we do not write outside the buffer bounds
2010-02-12 diego Explain WIN32_LOADER definition hack.
2010-02-12 diego Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.
2010-02-12 diego Fix linking of loader test programs when loader is disabled.
2010-02-09 reimar Add stubs for several functions, needed for CineForm codec.
2010-01-16 reimar Document some of the ext_stub magic.
2010-01-16 reimar 100l, forgot to change the "magic" value in the stub also in the place replacing it.
2010-01-10 reimar Place a volatile at a more appropriate place.
2010-01-10 reimar Change dummy value to fit into int.
2010-01-10 reimar Remove return statement from function that has no return value.
2010-01-10 reimar Avoid excessive fflush in dbgprintf if we didn't even print anything.
2009-10-10 reimar Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
2009-09-16 compn add YAXPAX and YAPAXI exports to msvcr80
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-04 diego Add missing 'void' to parameterless function declarations.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.