Consider adding implicit casting operators to (U)LARGE_INTEGER #268
Labels
help wanted
An issue where a contribution would be appreciated.
proposal
An issue that represents a proposed feature or change to the repo.
These are the same as
long
andulong
, so working with this would be easier if I could doinstead of having to do
uliY.QuadPart = x;
andz = uliY.QuadPart;
(not high priority for me, came across this while implementing CCW for
IStream
)The text was updated successfully, but these errors were encountered: