windows trivial compiler fixes and vs2010 reswig

This commit is contained in:
Jeff Lenk
2012-10-29 22:34:51 -05:00
parent 00def46a64
commit fe4d736ff9
4 changed files with 115 additions and 10 deletions

View File

@@ -106,7 +106,11 @@
#include <signal.h>
#include <errno.h>
#ifndef WIN32
#include "stfu.h"
#else
#include "../../../libs/stfu/stfu.h"
#endif
#include "switch_platform.h"
#include "switch_types.h"
#include "switch_apr.h"