Sync to trunk head (r40091)
[reactos.git] / reactos / lib / 3rdparty / mingw / atonexit.c
index 849ddc4..058a036 100644 (file)
@@ -1,11 +1,18 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+
 #undef CRTDLL
 #ifndef _DLL
 #define _DLL
 #endif
 
-#include "oscalls.h"
-#include "internal.h"
+#include <oscalls.h>
+#include <internal.h>
 #include <stdlib.h>
+#include <crtdefs.h>
 #include <limits.h>
 #include <windows.h>