29 #ifndef XLKIT_XLCALL_HPP
30 #define XLKIT_XLCALL_HPP
50 #if !defined(_WINDOWS_H_) && !defined(_INC_WINDOWS)
51 #define XLCALL_HPP_WINDEFS
52 #define WINAPI __stdcall
53 #define CALLBACK __stdcall
54 #define pascal __stdcall
61 #define DWORD uint32_t
62 #define DWORD_PTR uint32_t*
65 #define LPCSTR const char*
68 #define POINT xlkit::detail::xlPOINT
74 #ifdef XLCALL_HPP_WINDEFS
75 #undef XLCALL_HPP_WINDEFS
95 #endif // XLKIT_XLCALL_HPP
#define XLKIT_VERSION_NAME
Version namespace for this library.
Definition: xlversion.hpp:33
#define XLKIT_USE_VERSION_NAMESPACE
Macro used to pull the versioned namespace into the main xlkit namepsace.
Definition: xlversion.hpp:52