mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[CMAKE]
Sync trunk (rr49606) svn path=/branches/cmake-bringup/; revision=49607
This commit is contained in:
commit
406dfdbc87
324 changed files with 15065 additions and 2892 deletions
15
lib/sdk/crt/stdio/lock_file.c
Normal file
15
lib/sdk/crt/stdio/lock_file.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
void
|
||||
_cdecl
|
||||
_lock_file(FILE* file)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
_cdecl
|
||||
_unlock_file(FILE* file)
|
||||
{
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue