From 1ebafc47eacc49633cd590319065db032805022e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 23 Jul 2011 22:52:04 +0000 Subject: [PATCH] [MSVCRT] - being a stub doesn't allow you to be uninitialized svn path=/trunk/; revision=52827 --- reactos/dll/win32/msvcrt/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/msvcrt/stubs.c b/reactos/dll/win32/msvcrt/stubs.c index 095deca16cd..e6b26752ef4 100644 --- a/reactos/dll/win32/msvcrt/stubs.c +++ b/reactos/dll/win32/msvcrt/stubs.c @@ -10,7 +10,7 @@ int __get_app_type() return 0; } -int _fileinfo; +int _fileinfo = 0; void * __p__fileinfo()