Le-o-n / cython-virtual-memory-toolkit

The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
MIT License
2 stars 0 forks source link

Pxd file include fix #2

Closed Le-o-n closed 3 months ago

Le-o-n commented 3 months ago

There was an issue with no error messages with trying to include a .windows.windows_definitions.pxd file, turns out the issue was that a cdef was set at the module-level. The fix was to move it into an extern.