mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update png.h path
This commit is contained in:
parent
9b1346d066
commit
b99994998d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue