sehang / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

sample/mirror/mirror.c includes fileinfo.h that is not included in the distributed package #230

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just compile mirror.c with only packaged files.

What is the expected output? What do you see instead?
Sample codes should be compiled with packaged files. Only dokan.h is a header 
file included in the distributed package.

What version of the product are you using? On what operating system?
0.6.0

Please provide any additional information below.
Just removing #include "fileinfo.h" from mirror.c will be fixed this issue.

Original issue reported on code.google.com by yak...@gmail.com on 14 Jul 2011 at 11:55