Skip to content

Commit

Permalink
Windows buildfix. Harmattan buildfix (it doesn't have lambdas). Tabif…
Browse files Browse the repository at this point in the history
…y XBRZ.
  • Loading branch information
xsacha committed May 1, 2013
1 parent 5ea3777 commit 29651c0
Show file tree
Hide file tree
Showing 2 changed files with 823 additions and 822 deletions.
3 changes: 2 additions & 1 deletion Core/HLE/sceKernelTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <sys/time.h>
#endif

#include <time.h>
#include <sys/time.h>

#include "HLE.h"
#include "../MIPS/MIPS.h"
Expand Down
Loading

0 comments on commit 29651c0

Please sign in to comment.