diff -r 9f66f99ee56f -r 1b081cb0800b windowing/windowserver/wins_switching/ws32_stubs.h --- a/windowing/windowserver/wins_switching/ws32_stubs.h Fri Sep 24 16:14:28 2010 +0300 +++ b/windowing/windowserver/wins_switching/ws32_stubs.h Fri Sep 24 16:44:34 2010 +0300 @@ -5292,6 +5292,15 @@ _asm jmp common_dispatch } +__declspec(dllexport) +__declspec(naked) +void call_vector_587 () + { + // ; void RWsSession::IndicateAppOrientation(enum TRenderOrientation) + _asm mov eax, 587 + _asm jmp common_dispatch + } + } -#define MAX_ORDINAL 587 - +#define MAX_ORDINAL 588 +