mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 01:06:37 +00:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef __QUICKJS_CONFIG_H
|
|
#define __QUICKJS_CONFIG_H
|
|
|
|
#ifdef _WIN32
|
|
#define _WIN32_WINNT 0x0600
|
|
#endif
|
|
|
|
#endif // __QUICKJS_CONFIG_H
|