citrix / citrix/workspace-windows-vcsdk
DOUBLE is not defined
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
None of the headers in the SDK define DOUBLE, yet it is used. For example wdapi.h is using DOUBLE in struct _WDOVERLAYINFO.
```c++
DOUBLE scaleFactor; // Out
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting wdapi.h and the definition of struct _WDOVERLAYINFO, then check the other SDK headers for any existing type aliases. The work is complete when DOUBLE is defined consistently and the header no longer references an undefined type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100