Skip to content

Remove strong dependency from Windows types #6

@mariomastrodicasa

Description

@mariomastrodicasa

Is your feature request related to a problem? Please describe.
The actual implementation use Windows defined types. It is needed to remove this dependency before implements #5.

Describe the solution you'd like
Convert any Windows type (HRESULT, DWORD, and so on) in generic types. Maybe this types can be remapped on Windows types if we are running on Windows.

Describe alternatives you've considered
Use only generic types (int, int64, and so on) without any mapping.

Additional context
It is mandatory for issue #5.

Metadata

Metadata

Labels

C/C++Related to C/C++ codeLinuxRelated to Linux environmentWindowsRelated to Windows environment

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions