diff options
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index da39f07..4e9ffb7 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -551,6 +551,7 @@ dll_crt0_1 () /* Set the os_being_run global. */ wincap.init (); + device::init (); check_sanity_and_sync (user_data); do_global_ctors (&__CTOR_LIST__, 1); |