Result of three way diffing with include/crtdll and the winapi2 headers.
[reactos.git] / reactos / include / msvcrt / internal / atexit.h
index b3a9f01..f2a1fcc 100644 (file)
@@ -13,11 +13,11 @@ extern "C" {
 #ifndef _POSIX_SOURCE
 
 struct __atexit {
-  struct __atexit *__next;
-  void (*__function)(void);
+    struct __atexit* __next;
+    void (*__function)(void);
 };
 
-extern struct __atexit *__atexit_ptr;
+extern struct __atexit__atexit_ptr;
 
 #endif /* !_POSIX_SOURCE */
 #endif /* !__STRICT_ANSI__ */