Commit 12e02297 authored by Stefan Behnel's avatar Stefan Behnel

Fix test compile failure in MSVC.

parent f09666a7
cdef extern from *:
"""
#if defined(WIN32) || defined(MS_WINDOWS)
#include "synchapi.h"
#include <synchapi.h>
#define myapp_sleep(m) Sleep(m)
#else
#include <unistd.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment