mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 07:19:44 +00:00
16 lines
103 B
C
16 lines
103 B
C
![]() |
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void
|
||
|
_cdecl
|
||
|
_lock_file(FILE* file)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void
|
||
|
_cdecl
|
||
|
_unlock_file(FILE* file)
|
||
|
{
|
||
|
}
|
||
|
|