X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fsupportw.c;h=247f310c23b95a26c7fd1ae7460fe672766ab1a6;hb=5b2437d62f417973a27bc21e4d162021961b85f2;hp=49ed549c5d2f546ffeffd31a2e3b8289fa32af1a;hpb=afc88b11693c4e3e111e38664c958d39f625c3b8;p=mono.git diff --git a/support/supportw.c b/support/supportw.c index 49ed549c5d2..247f310c23b 100644 --- a/support/supportw.c +++ b/support/supportw.c @@ -18,7 +18,6 @@ #include "mono/metadata/class.h" #include "mono/metadata/object.h" #include "mono/metadata/tabledefs.h" -#include "mono/io-layer/wapi.h" typedef struct { const char *fname; @@ -158,6 +157,9 @@ FindWindowExW (gpointer hwndParent, gpointer hwndChildAfter, const char *classw, return func (hwndParent, hwndChildAfter, classw, window); } +int +SetWindowPos (gpointer hwnd, gpointer hwndInsertAfter, int x, int y, int cx, int cy, unsigned int flags); + int SetWindowPos (gpointer hwnd, gpointer hwndInsertAfter, int x, int y, int cx, int cy, unsigned int flags) { @@ -165,6 +167,9 @@ SetWindowPos (gpointer hwnd, gpointer hwndInsertAfter, int x, int y, int cx, int return 1; } +int +SendMessageA (gpointer hwnd, unsigned int msg, gpointer wparam, gpointer lparam); + int SendMessageA (gpointer hwnd, unsigned int msg, gpointer wparam, gpointer lparam) { @@ -172,6 +177,9 @@ SendMessageA (gpointer hwnd, unsigned int msg, gpointer wparam, gpointer lparam) return 0; } +int +GetWindowLongA (gpointer hwnd, int a); + int GetWindowLongA (gpointer hwnd, int a) {