microsoft / DMF

Driver Module Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused inc folder

hansmbakker opened this issue · comments

A lot of the samples add the ..\inc folder as additional includes folder, while for most samples this folder does not exist.

Examples:

<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);..\inc;.</AdditionalIncludeDirectories>

<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);..\inc;.;..\..\DMF\Modules.Library</AdditionalIncludeDirectories>

Agree that they compile fine, I just noticed it and decided to share my findings.

Thank you for you notes, Hans. Look for an update this week or early next week due to holidays.

I understand, enjoy the New Year celebration! Happy New Year :)

Fixed in Release 1.1.39. Thank you for your feedback.