[ros-diffs] [spetreolle] 49896: [CMAKE] Update msvcrt stubs.

spetreolle at svn.reactos.org spetreolle at svn.reactos.org
Thu Dec 2 13:32:02 UTC 2010


Author: spetreolle
Date: Thu Dec  2 13:32:01 2010
New Revision: 49896

URL: http://svn.reactos.org/svn/reactos?rev=49896&view=rev
Log:
[CMAKE]
Update msvcrt stubs.

Modified:
    branches/cmake-bringup/dll/win32/msvcrt/stubs.c

Modified: branches/cmake-bringup/dll/win32/msvcrt/stubs.c
URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msvcrt/stubs.c?rev=49896&r1=49895&r2=49896&view=diff
==============================================================================
--- branches/cmake-bringup/dll/win32/msvcrt/stubs.c [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msvcrt/stubs.c [iso-8859-1] Thu Dec  2 13:32:01 2010
@@ -1,11 +1,6 @@
 
-#include <stdarg.h>
-#include "windef.h"
-#include "winbase.h"
-#include "wine/config.h"
-#include "wine/exception.h"
+#include <stubs.h>
 
-void __wine_spec_unimplemented_stub( const char *module, const char *function );
 #define UNIMPLEMENTED __wine_spec_unimplemented_stub("msvcrt.dll", __FUNCTION__)
 
 int __get_app_type()




More information about the Ros-diffs mailing list