Use common actionTaken variable type for OS/2.

This commit is contained in:
2021-03-11 23:59:34 +00:00
parent 7bd02b2150
commit 2a2962bd3e
2 changed files with 8 additions and 4 deletions

View File

@@ -39,6 +39,12 @@ Copyright (C) 2011-2021 Natalia Portillo
#define APIRET USHORT
#endif
#define ACTION_RET USHORT
#else // 32 bit
#define ACTION_RET ULONG
#endif
/* Information level types (defins method of query) */