Simon Rozman 58caa542ac Add missing UTF-8 BOM
Many many many Windows out there are still using Windows-1252 and
similar ancient encodings.

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-07-23 14:02:58 +02:00

27 lines
591 B
C

/*
SPDX-License-Identifier: MIT
Copyright © 2023 Amebis
*/
#pragma once
#define SECURITY_WIN32
#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h
#include <stdex/base64.hpp>
#include <stdex/errno.hpp>
#include <stdex/exception.hpp>
#include <stdex/hex.hpp>
#include <stdex/idrec.hpp>
#include <stdex/interval.hpp>
#include <stdex/ios.hpp>
#include <stdex/mapping.hpp>
#include <stdex/parser.hpp>
#include <stdex/progress.hpp>
#include <stdex/sal.hpp>
#include <stdex/sgml.hpp>
#include <stdex/string.hpp>
#include <stdex/vector_queue.hpp>
#include <CppUnitTest.h>