| * Copyright 1995 Alexandre Julliard |
| #ifndef __WINE_RESOURCE_H |
| #define __WINE_RESOURCE_H |
| * BS: I comment this out to catch all occurences |
| * of reference to this structure which is now |
| * const unsigned char* bytes; |
| SYSRES_DIALOG_SHELL_ABOUT_MSGBOX, |
| SYSRES_DIALOG_PRINT_SETUP, |
| SYSRES_DIALOG_CHOOSE_FONT, |
| SYSRES_DIALOG_CHOOSE_COLOR, |
| SYSRES_DIALOG_REPLACE_TEXT |
| extern void LIBRES_RegisterResources(const wrc_resource32_t * const * Res); |
| #if defined(__GNUC__) && (__GNUC__ == 2) && (__GNUC_MINOR__ >= 7) |
| #define WINE_CONSTRUCTOR __attribute__((constructor)) |
| #define HAVE_WINE_CONSTRUCTOR |
| #undef HAVE_WINE_CONSTRUCTOR |
| extern HGLOBAL16 SYSRES_LoadResource( SYSTEM_RESOURCE id ); |
| extern void SYSRES_FreeResource( HGLOBAL16 handle ); |
| extern LPCVOID SYSRES_GetResPtr( SYSTEM_RESOURCE id ); |
| #endif /* __WINE_RESOURCE_H */ |