summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-26 20:15:40 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-26 20:15:40 +0000
commitc12b2213c16ba8839981c362c4d5f133a84b374b (patch)
tree59e3de4cce2ab28a9d4f73ba70477be98fb3c353 /windows
parent69b3ba0df38e276b55f8f76e7f5276723e6d3abe (diff)
Change mp_method_t.name from const char * to qstr.
Addresses issue #377.
Diffstat (limited to 'windows')
-rw-r--r--windows/qstrdefsport.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/windows/qstrdefsport.h b/windows/qstrdefsport.h
index a8b4313d8..783e9cc01 100644
--- a/windows/qstrdefsport.h
+++ b/windows/qstrdefsport.h
@@ -1,9 +1,35 @@
// qstrs specific to this port
+Q(Test)
+
Q(argv)
Q(open)
Q(stdin)
Q(stdout)
Q(stderr)
+Q(rawsocket)
+Q(socket)
+Q(sockaddr_in)
+Q(htons)
+Q(inet_aton)
+Q(gethostbyname)
+Q(getaddrinfo)
+Q(microsocket)
+Q(fileno)
+Q(read)
+Q(readall)
+Q(readline)
+Q(write)
+Q(makefile)
+Q(connect)
+Q(bind)
+Q(listen)
+Q(accept)
+Q(recv)
+Q(setsockopt)
Q(io.FileIO)
+Q(ffimod)
+Q(ffifunc)
+Q(fficallback)
+Q(ffivar)