Configure feature test macros in meson

Refs #2807 <https://github.com/Genymobile/scrcpy/pull/2807>

Co-authored-by: RipleyTom <RipleyTom@users.noreply.github.com>
This commit is contained in:
Romain Vimont
2021-11-20 21:24:56 +01:00
parent 226f3b2c91
commit ba547e3895
3 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,3 @@
// <https://devblogs.microsoft.com/oldnewthing/20111216-00/?p=8873>
#define _WIN32_WINNT 0x0600 // For extended process API
#include "util/process.h"
#include <processthreadsapi.h>