| * KERNEL32 thunks and other undocumented stuff |
| * Copyright 1997-1998 Marcus Meissner |
| * Copyright 1998 Ulrich Weigand |
| #include "wine/winbase16.h" |
| DEFAULT_DEBUG_CHANNEL(win32); |
| /*********************************************************************** |
| * UpdateResourceA (KERNEL32.@) |
| BOOL WINAPI UpdateResourceA( |
| SetLastError(ERROR_CALL_NOT_IMPLEMENTED); |
| /*********************************************************************** |
| * UpdateResourceW (KERNEL32.@) |
| BOOL WINAPI UpdateResourceW( |
| SetLastError(ERROR_CALL_NOT_IMPLEMENTED); |