mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 20:19:59 +00:00
11 lines
156 B
C
11 lines
156 B
C
//
|
|
// _fltused.c
|
|
//
|
|
// Copyright (c) 2024 Timo Kreuzer
|
|
//
|
|
// Implementation of _fltused.
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
int _fltused = 0x9875;
|