summaryrefslogtreecommitdiffstatshomepage
path: root/windows/main.c
diff options
context:
space:
mode:
authorMarkus Siemens <siemens1993@gmail.com>2014-01-27 22:53:28 +0100
committerMarkus Siemens <siemens1993@gmail.com>2014-01-28 18:21:05 +0100
commit19ccc6bdc7c761cc94e740c775f13506992ca0d6 (patch)
tree1c44e4b08c1c6b3f9903d6d0f92fb290fc19e0d1 /windows/main.c
parent9b00dad7bb0125a3459ca4f9c939c7510bd2f77f (diff)
downloadmicropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.tar.gz
micropython-19ccc6bdc7c761cc94e740c775f13506992ca0d6.zip
Added Windows port (see #233)
Diffstat (limited to 'windows/main.c')
-rw-r--r--windows/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/main.c b/windows/main.c
new file mode 100644
index 0000000000..64e34fa354
--- /dev/null
+++ b/windows/main.c
@@ -0,0 +1,5 @@
+#include "../unix/main.c"
+
+void rawsocket_init() {
+ // Do nothing here
+} \ No newline at end of file