diff options
author | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-01 13:34:22 +0800 |
commit | 09abf1b529b4226f585ecfbb20866715b901755b (patch) | |
tree | 16929f2a6bee3ad4667bdd006cfcc1e683ab7210 /Client/ThirdParty/fix32/fix32.h | |
parent | 84d961f754c905b37420f4d1b3fee8f4e523e58a (diff) |
+fpm
Diffstat (limited to 'Client/ThirdParty/fix32/fix32.h')
-rw-r--r-- | Client/ThirdParty/fix32/fix32.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Client/ThirdParty/fix32/fix32.h b/Client/ThirdParty/fix32/fix32.h index 1c5d3c6..fb3d65c 100644 --- a/Client/ThirdParty/fix32/fix32.h +++ b/Client/ThirdParty/fix32/fix32.h @@ -1,7 +1,7 @@ -#pragma once - -#include <stdint.h> - -// -2,147,483,648 to 2,147,483,647 -typedef int64_t fix32_t; - +#pragma once
+
+#include <stdint.h>
+
+// -2,147,483,648 to 2,147,483,647
+typedef int64_t fix32_t;
+
|