windowing/windowserver/wins_switching/ws32_stubs.h
branchNewGraphicsArchitecture
changeset 27 525ea837ea6b
parent 26 15986eb6c500
child 34 76efc8f9f7b4
child 163 bbf46f59e123
--- 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
+