windowing/windowserver/wins_switching/ws32_stubs.h
branchRCL_3
changeset 4 15986eb6c500
parent 0 5d03bc08d59c
child 19 bbf46f59e123
--- 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
+