mirror of
https://github.com/reactos/reactos.git
synced 2025-03-09 09:46:11 +00:00
12 lines
323 B
Diff
12 lines
323 B
Diff
Index: crtexe.c
|
|
===================================================================
|
|
--- crtexe.c (Revision 43956)
|
|
+++ crtexe.c (Arbeitskopie)
|
|
@@ -20,6 +20,7 @@
|
|
#include <tchar.h>
|
|
#include <sect_attribs.h>
|
|
#include <locale.h>
|
|
+#include <intrin.h>
|
|
|
|
#ifndef __winitenv
|
|
extern wchar_t *** __MINGW_IMP_SYMBOL(__winitenv);
|