mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Update png.h path
This commit is contained in:
parent
9b1346d066
commit
b99994998d
@ -7,9 +7,9 @@
|
|||||||
#include <png.h>
|
#include <png.h>
|
||||||
#elif defined(IS_WINDOWS)
|
#elif defined(IS_WINDOWS)
|
||||||
#if defined (__x86_64__)
|
#if defined (__x86_64__)
|
||||||
#include "../cdeps/amd/win64/png.h"
|
#include "../cdeps/win/amd/win64/png.h"
|
||||||
#else
|
#else
|
||||||
#include "../cdeps/amd/win32/png.h"
|
#include "../cdeps/win/amd/win32/png.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user