Simon Rozman 2a918254f6 WinStd, stdex, wxExtend: Update
Signed-off-by: Simon Rozman <simon@rozman.si>
2024-11-19 10:44:41 +01:00

19 lines
376 B
C

/*
SPDX-License-Identifier: GPL-3.0-or-later
Copyright © 2015-2022 Amebis
Copyright © 2016 GÉANT
*/
#pragma once
#include "../include/Config.h"
#include "../include/Method.h"
#include "../../EAPBase/include/Module.h"
#include <stdex/hex.hpp>
#include <Windows.h>
#include <EapHostError.h> // include after Windows.h
#include <RasError.h>