Fix compiling attach library from source

This commit is contained in:
Kira Bruneau 2022-07-11 14:17:03 -04:00 committed by Fabio Zadrozny
parent b5072f33af
commit d117b091c5

View file

@ -19,6 +19,8 @@
#include "../common/py_version.hpp"
#include <cstdint>
#ifndef _WIN32
typedef unsigned int DWORD;
typedef ssize_t SSIZE_T;