Files
xahaud/src/quickjs/quickjs-config.h
2024-07-11 11:31:29 +10:00

9 lines
134 B
C

#ifndef __QUICKJS_CONFIG_H
#define __QUICKJS_CONFIG_H
#ifdef _WIN32
#define _WIN32_WINNT 0x0600
#endif
#endif // __QUICKJS_CONFIG_H