Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib/golang/src/runtime
File: time_windows.h
// Copyright 2021 The Go Authors. All rights reserved.
[0] Fix | Delete
// Use of this source code is governed by a BSD-style
[1] Fix | Delete
// license that can be found in the LICENSE file.
[2] Fix | Delete
[3] Fix | Delete
// Constants for fetching time values on Windows for use in asm code.
[4] Fix | Delete
[5] Fix | Delete
// See https://wrkhpi.wordpress.com/2007/08/09/getting-os-information-the-kuser_shared_data-structure/
[6] Fix | Delete
// Archived copy at:
[7] Fix | Delete
// http://web.archive.org/web/20210411000829/https://wrkhpi.wordpress.com/2007/08/09/getting-os-information-the-kuser_shared_data-structure/
[8] Fix | Delete
[9] Fix | Delete
// Must read hi1, then lo, then hi2. The snapshot is valid if hi1 == hi2.
[10] Fix | Delete
// Or, on 64-bit, just read lo:hi1 all at once atomically.
[11] Fix | Delete
#define _INTERRUPT_TIME 0x7ffe0008
[12] Fix | Delete
#define _SYSTEM_TIME 0x7ffe0014
[13] Fix | Delete
#define time_lo 0
[14] Fix | Delete
#define time_hi1 4
[15] Fix | Delete
#define time_hi2 8
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function