winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

Added constants for GetBinaryType.

Open tim-weis opened this issue 3 years ago • 1 comments

Resolves #930.

This is a backwards compatible change. All identifiers and associated values have been copy-pasted from the respective Windows SDK header file.

tim-weis avatar Jul 24 '20 16:07 tim-weis

Relevant header code:


// GetBinaryType return values.

#define SCS_32BIT_BINARY    0
#define SCS_DOS_BINARY      1
#define SCS_WOW_BINARY      2
#define SCS_PIF_BINARY      3
#define SCS_POSIX_BINARY    4
#define SCS_OS216_BINARY    5
#define SCS_64BIT_BINARY    6

LGTM!

nico-abram avatar Nov 27 '20 10:11 nico-abram