Sectionlock needs a 'user' handle with new nobug
This commit is contained in:
parent
5c7abbded9
commit
d7db383134
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ struct lumiera_sectionlock_struct
|
|||
void* lock;
|
||||
lumiera_sectionlock_unlock_fn unlock;
|
||||
NOBUG_IF_ALPHA(struct nobug_flag* flag);
|
||||
RESOURCE_HANDLE (rh);
|
||||
RESOURCE_USER (rh);
|
||||
};
|
||||
typedef struct lumiera_sectionlock_struct lumiera_sectionlock;
|
||||
typedef struct lumiera_sectionlock_struct* LumieraSectionlock;
|
||||
|
|
|
|||
Loading…
Reference in a new issue