forked from pool/mono-core
17 lines
428 B
Diff
17 lines
428 B
Diff
|
Index: supportw.c
|
||
|
===================================================================
|
||
|
--- support/supportw.c (revision 52914)
|
||
|
+++ support/supportw.c (working copy)
|
||
|
@@ -169,9 +169,11 @@
|
||
|
SendMessageA (gpointer hwnd, uint msg, gpointer wparam, gpointer lparam)
|
||
|
{
|
||
|
fprintf (stderr, "SendMessage (%d, 0x%x, 0x%x, 0x%x)\n", hwnd, msg, wparam, lparam);
|
||
|
+ return 0;
|
||
|
}
|
||
|
|
||
|
int
|
||
|
GetWindowLongA (gpointer hwnd, int a)
|
||
|
{
|
||
|
+ return 0;
|
||
|
}
|