Update Win32Public.hpp

This commit is contained in:
Reece Wilson 2020-10-11 20:11:21 +01:00 committed by GitHub
parent 21c9c657a5
commit 9e860a5b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,14 @@
Author: Reece
Purpose: TBD
***/
#pragma once
#pragma once
#if !defined(__cdecl)
#define __cdecl
#endif
#include <cstdint>
#include <cstddef>
#if defined(_DXTX_NOWIN)
using LONG = std::size_t;
@ -27,4 +28,4 @@
#include "Win32DXG.hpp"
#include "Win32Errors.hpp"
#include "Win32WIC.hpp"
#endif
#endif