mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[CMAKE]
Update msvcrt stubs. svn path=/branches/cmake-bringup/; revision=49896
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user