-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
C/C++Related to C/C++ codeRelated to C/C++ codeLinuxRelated to Linux environmentRelated to Linux environmentWindowsRelated to Windows environmentRelated to Windows environment
Description
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
Assignees
Labels
C/C++Related to C/C++ codeRelated to C/C++ codeLinuxRelated to Linux environmentRelated to Linux environmentWindowsRelated to Windows environmentRelated to Windows environment