Skip to content
Snippets Groups Projects
Commit 5696ee84 authored by Ilya Zhuravlev's avatar Ilya Zhuravlev
Browse files

Fix msvc build

parent d8a0efa6
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
See comments in porting.h
*/
#if defined(_WIN32)
#include <windows.h>
#elif defined(linux)
#if defined(linux)
#include <unistd.h>
#elif defined(__APPLE__)
#include <unistd.h>
......@@ -92,7 +90,6 @@ void signal_handler_init(void)
#else // _WIN32
#include <signal.h>
#include <windows.h>
BOOL WINAPI event_handler(DWORD sig)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment