Fix 32-bit Haiku build
* src/haikuselect.h (be_enum_message): Fix declaration for 32-bit types.
This commit is contained in:
parent
79f3d9c8f3
commit
549d0a4413
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ extern "C"
|
|||
/* Free the returned data. */
|
||||
extern void BClipboard_free_data (void *ptr);
|
||||
|
||||
extern int be_enum_message (void *message, int32 *tc, int index,
|
||||
extern int be_enum_message (void *message, int32 *tc, int32 index,
|
||||
int32 *count, const char **name_return);
|
||||
extern int be_get_message_data (void *message, const char *name,
|
||||
int32 type_code, int32 index,
|
||||
|
|
Loading…
Add table
Reference in a new issue