Move Base64 from WinStd to stdex

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2022-02-03 14:09:12 +01:00
parent 6f92e82598
commit a254dd527a
25 changed files with 32 additions and 27 deletions

View File

@@ -11,8 +11,8 @@
#include "../lib/EAPBase/include/Module.h"
#include <WinStd/Common.h>
#include <WinStd/Base64.h>
#include <WinStd/Win.h>
#include <stdex/base64>
#include <Windows.h>
#include <eaptypes.h> // Must include after <Windows.h>