diff -r ac96196b945c -r 15986eb6c500 windowing/windowserver/wins_switching/ws32_stubs.h --- a/windowing/windowserver/wins_switching/ws32_stubs.h Mon Mar 15 12:45:41 2010 +0200 +++ b/windowing/windowserver/wins_switching/ws32_stubs.h Wed Mar 31 23:34:07 2010 +0300 @@ -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 +