vbaderks / netpbm-wic-codec

Experimental C++ Windows Imaging Component (WIC) for Netpbm (.pgm) files
MIT License
6 stars 0 forks source link

'qualified' winrt in line 8 of pnm_header_test.cpp? #39

Closed vasilich-tregub closed 5 months ago

vasilich-tregub commented 5 months ago

https://github.com/vbaderks/netpbm-wic-codec/blob/38bce14aff02920dfe6ab66e9fc2b3db74004bd6/test/pnm_header_test.cpp#L8

maybe it would be better to write here

import test.winrt;

instead of just

import winrt;

vbaderks commented 5 months ago

Thanks for the report. Should be indeed import test.winrt;

vbaderks commented 5 months ago

This has been resolved with #40