[MPlayer-cvslog] r30320 - trunk/loader/win32.c
reimar
subversion at mplayerhq.hu
Sat Jan 16 16:04:18 CET 2010
Author: reimar
Date: Sat Jan 16 16:04:17 2010
New Revision: 30320
Log:
Document some of the ext_stub magic.
Modified:
trunk/loader/win32.c
Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c Sat Jan 16 16:02:49 2010 (r30319)
+++ trunk/loader/win32.c Sat Jan 16 16:04:17 2010 (r30320)
@@ -5326,6 +5326,8 @@ struct libs libraries[]={
static WIN_BOOL WINAPI ext_stubs(void)
{
+ // NOTE! these magic values will be replaced at runtime, make sure
+ // add_stub can still find them if you change them.
volatile int idx = 0x0deadabc;
// make sure gcc does not do eip-relative call or something like that
void (* volatile my_printf)(char *, char *) = (void *)0xdeadfbcd;
More information about the MPlayer-cvslog
mailing list