diff options
author | chai <chaifix@163.com> | 2021-12-02 14:44:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-02 14:44:36 +0800 |
commit | fdd228071a3112aeebda20766c7df3b20b8651aa (patch) | |
tree | edc6e05bda6c537582235dbe110e3ed783e0e36a /Client/ThirdParty/fix32/fix32.h | |
parent | b1d4e9866de19c70174553e543e81ef4473dee6c (diff) |
+Fix32
Diffstat (limited to 'Client/ThirdParty/fix32/fix32.h')
-rw-r--r-- | Client/ThirdParty/fix32/fix32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Client/ThirdParty/fix32/fix32.h b/Client/ThirdParty/fix32/fix32.h deleted file mode 100644 index fb3d65c..0000000 --- a/Client/ThirdParty/fix32/fix32.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once
-
-#include <stdint.h>
-
-// -2,147,483,648 to 2,147,483,647
-typedef int64_t fix32_t;
-
|