XLKit  0.1.0
 All Classes Files Functions Typedefs Macros Groups
xlcall.hpp File Reference

Wrapper for XLCALL.H so that we don't need #include <WINDOWS.H> More...

#include <xlkit/xlversion.hpp>
#include <stdint.h>
#include <XLCALL.H>

Go to the source code of this file.

Macros

#define XLCALL_HPP_WINDEFS
 
#define WINAPI   __stdcall
 
#define CALLBACK   __stdcall
 
#define pascal   __stdcall
 
#define VOID   void
 
#define INT32   int32_t
 
#define WCHAR   wchar_t
 
#define BYTE   uint8_t
 
#define WORD   uint16_t
 
#define SHORT   int16_t
 
#define DWORD   uint32_t
 
#define DWORD_PTR   uint32_t*
 
#define LONG   int32_t
 
#define LPSTR   char*
 
#define LPCSTR   const char*
 
#define HANDLE   void*
 
#define HWND   void*
 
#define POINT   xlkit::detail::xlPOINT
 

Detailed Description

Wrapper for XLCALL.H so that we don't need #include <WINDOWS.H>

XLCALL.H is the only required file from the Excel XLL Software Development Kit