Displaying 1 result from an estimated 1 matches for "__wine_stub_getlayout".
2002 Feb 23
2
GetLayout call...
...it is. I thought that I might do something about this since I can
program with c, but as I change the function not to call FIXME and
recompile (make clean first - just to be on the safe side)...
My changes seem not to work... further as I look in to the code I see
declaration of like:
static void __wine_stub_GetLayout(void) {
__wine_unimplemented("GetLayout"); }
My quess is that this is the place ... I'd sure like to experiment and
write some code but I am a bit lost here howto make wine react to the
function call GetLayout in dc.c file ...
Any pointers how to continue with this? Or is somebody...