restructure the extrlib

This commit is contained in:
Jinhao
2015-10-15 01:33:53 +08:00
parent e51c0b6a69
commit 8f59ccfbf6
10 changed files with 9 additions and 5196 deletions

View File

@@ -5,7 +5,7 @@
//Separate the libpng from the package that system provides.
#if defined(NANA_LIBPNG)
#include <nana/extrlib/png.h>
#include <nana_extrlib/png.h>
#else
#include <png.h>
#endif