performance.c - include Windows.h

This commit is contained in:
twinaphex 2013-12-13 03:58:58 +01:00
parent bd17ec56e4
commit 3445e8e9a0

View File

@ -26,6 +26,10 @@
#include <unistd.h>
#endif
#if defined(_WIN32) && !defined(_XBOX)
#include <windows.h>
#endif
#if defined(__CELLOS_LV2__) || defined(GEKKO)
#ifndef _PPU_INTRINSICS_H
#include <ppu_intrinsics.h>