Переглянути джерело

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