main
cpp 16 lines 424 Bytes
Raw
1 // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2
3 #include "precomp.h"
4
5
6 // variables
7
8 PFN_INITIATESYSTEMSHUTDOWNEXW vpfnInitiateSystemShutdownExW;
9
10
11 // function definitions
12
13 extern "C" void PlatformInitialize()
14 {
15 vpfnInitiateSystemShutdownExW = ::InitiateSystemShutdownExW;
16 }