소스 검색

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
 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
 => might work, try out