mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSVCRT]
- being a stub doesn't allow you to be uninitialized svn path=/trunk/; revision=52827
This commit is contained in:
@@ -10,7 +10,7 @@ int __get_app_type()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int _fileinfo;
|
||||
int _fileinfo = 0;
|
||||
|
||||
void *
|
||||
__p__fileinfo()
|
||||
|
||||
Reference in New Issue
Block a user