mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
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);
|