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