2009-03-14 00:50:23 +00:00
|
|
|
/**
|
|
|
|
* This file has no copyright assigned and is placed in the Public Domain.
|
|
|
|
* This file is part of the w64 mingw-runtime package.
|
2010-03-28 23:27:01 +00:00
|
|
|
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
|
2009-03-14 00:50:23 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <crtdefs.h>
|
|
|
|
#include <internal.h>
|
2008-12-13 21:28:05 +00:00
|
|
|
|
|
|
|
_PGLOBAL
|
|
|
|
volatile unsigned int __native_dllmain_reason = UINT_MAX;
|
|
|
|
volatile unsigned int __native_vcclrit_reason = UINT_MAX;
|
|
|
|
volatile __enative_startup_state __native_startup_state;
|
|
|
|
volatile void *__native_startup_lock;
|