mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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;
|
||||
}
|
||||
|
||||
int _fileinfo;
|
||||
int _fileinfo = 0;
|
||||
|
||||
void *
|
||||
__p__fileinfo()
|
||||
|
|
Loading…
Reference in a new issue