diff -r 61720828305f -r 525ea837ea6b windowing/windowserver/wins_switching/ws32_stubs.h --- a/windowing/windowserver/wins_switching/ws32_stubs.h Tue Mar 30 20:28:08 2010 +0100 +++ b/windowing/windowserver/wins_switching/ws32_stubs.h Fri Apr 02 11:19:14 2010 +0100 @@ -5202,6 +5202,25 @@ _asm mov eax, 576 _asm jmp common_dispatch } + +__declspec(dllexport) +__declspec(naked) +void call_vector_577 () + { + // ; class TSize RWindowBase::SizeForEgl(void) const + _asm mov eax, 577 + _asm jmp common_dispatch + } + +__declspec(dllexport) +__declspec(naked) +void call_vector_578 () + { + // ; int RWindowBase::FixNativeOrientation(void) + _asm mov eax, 578 + _asm jmp common_dispatch + } + } -#define MAX_ORDINAL 577 - +#define MAX_ORDINAL 579 +