Skip to content

Commit

Permalink
chore: define LA_ALL_USERS
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebkq committed Apr 1, 2024
1 parent 8c6490f commit ec19e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/LexActivator.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ typedef void (LA_CC *ReleaseCallbackType)(uint32_t, CSTRTYPE, void*);

#define LA_USER ((uint32_t)1)
#define LA_SYSTEM ((uint32_t)2)
#define LA_ALL_USERS ((uint32_t)3)
#define LA_IN_MEMORY ((uint32_t)4)

#define LA_RELEASES_ALL ((uint32_t)1)
Expand Down

0 comments on commit ec19e71

Please sign in to comment.