aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_ffi_api.html
diff options
context:
space:
mode:
authorMike Pall <mike>2018-06-05 17:03:08 +0200
committerMike Pall <mike>2018-06-05 17:03:08 +0200
commitc3c54ce1aef782823936808a75460e6b53aada2c (patch)
tree999dc989e25281bfc36ed8861d6f14b5d4e89786 /doc/ext_ffi_api.html
parenta5a89ab586a3b5bb4f266949bbf3dc2b140e2374 (diff)
downloadluajit-c3c54ce1aef782823936808a75460e6b53aada2c.tar.gz
luajit-c3c54ce1aef782823936808a75460e6b53aada2c.tar.bz2
luajit-c3c54ce1aef782823936808a75460e6b53aada2c.zip
Windows: Add UWP support, part 1.
Contributed by Ben Pye.
Diffstat (limited to 'doc/ext_ffi_api.html')
-rw-r--r--doc/ext_ffi_api.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html
index 25cc9743..54ff0ce1 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -468,6 +468,8 @@ otherwise. The following parameters are currently defined:
468<tr class="odd"> 468<tr class="odd">
469<td class="abiparam">win</td><td class="abidesc">Windows variant of the standard ABI</td></tr> 469<td class="abiparam">win</td><td class="abidesc">Windows variant of the standard ABI</td></tr>
470<tr class="even"> 470<tr class="even">
471<td class="abiparam">uwp</td><td class="abidesc">Universal Windows Platform</td></tr>
472<tr class="odd">
471<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr> 473<td class="abiparam">gc64</td><td class="abidesc">64 bit GC references</td></tr>
472</table> 474</table>
473 475