瀏覽代碼

vlc/sandbox: fix caps on openfilemapping and mapviewoffile

Alexandre Janniaux 6 年之前
父節點
當前提交
3b3282b29b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vlc_sandbox.md

+ 1 - 1
vlc_sandbox.md

@@ -223,7 +223,7 @@ present in the command line.
 [ ] `block_alloc` should create a file mapping using `createfilemapping` and map
 [ ] `block_alloc` should create a file mapping using `createfilemapping` and map
 it in memory using `mapviewoffile`.
 it in memory using `mapviewoffile`.
 
 
-[ ] `block_filemapping_init` should use `openfilemapping` and `mapviewoffile`.
+[ ] `block_filemapping_init` should use `OpenFileMapping` and `MapViewOfFile`.
 
 
 [ ] `msg_poller` should use io completion port
 [ ] `msg_poller` should use io completion port
 => might work, try out
 => might work, try out