diff --git a/janus/src/uslibs/types.h b/janus/src/uslibs/types.h deleted file mode 100644 index f72f753..0000000 --- a/janus/src/uslibs/types.h +++ /dev/null @@ -1,44 +0,0 @@ -/***************************************************************************** -# # -# uStreamer - Lightweight and fast MJPEG-HTTP streamer. # -# # -# Copyright (C) 2018-2023 Maxim Devaev # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -*****************************************************************************/ - -#pragma once - -#include -#include -#include - - -typedef long long sll; -typedef ssize_t sz; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; - -typedef unsigned uint; -typedef unsigned long long ull; -typedef size_t uz; -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; - -typedef long double ldf; diff --git a/janus/src/uslibs/types.h b/janus/src/uslibs/types.h new file mode 120000 index 0000000..8cdf863 --- /dev/null +++ b/janus/src/uslibs/types.h @@ -0,0 +1 @@ +../../../src/libs/types.h \ No newline at end of file diff --git a/python/src/uslibs/types.h b/python/src/uslibs/types.h deleted file mode 100644 index f72f753..0000000 --- a/python/src/uslibs/types.h +++ /dev/null @@ -1,44 +0,0 @@ -/***************************************************************************** -# # -# uStreamer - Lightweight and fast MJPEG-HTTP streamer. # -# # -# Copyright (C) 2018-2023 Maxim Devaev # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -*****************************************************************************/ - -#pragma once - -#include -#include -#include - - -typedef long long sll; -typedef ssize_t sz; -typedef int8_t s8; -typedef int16_t s16; -typedef int32_t s32; -typedef int64_t s64; - -typedef unsigned uint; -typedef unsigned long long ull; -typedef size_t uz; -typedef uint8_t u8; -typedef uint16_t u16; -typedef uint32_t u32; -typedef uint64_t u64; - -typedef long double ldf; diff --git a/python/src/uslibs/types.h b/python/src/uslibs/types.h new file mode 120000 index 0000000..8cdf863 --- /dev/null +++ b/python/src/uslibs/types.h @@ -0,0 +1 @@ +../../../src/libs/types.h \ No newline at end of file