mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
[MSVCRT]
- being a stub doesn't allow you to be uninitialized svn path=/trunk/; revision=52827
This commit is contained in:
parent
4b7b205f04
commit
1ebafc47ea
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ int __get_app_type()
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int _fileinfo;
|
int _fileinfo = 0;
|
||||||
|
|
||||||
void *
|
void *
|
||||||
__p__fileinfo()
|
__p__fileinfo()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue