| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER within this package. |
| /* This IDL is not for generation of wincrypt-header. Instead it is |
| there for having an ability to import wincrypt's types for use in |
| Therefore DON'T add this IDL-file to Makefile!!!!! |
| cpp_quote("#include <winapifamily.h>") |
| cpp_quote("#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)") |
| typedef int (__stdcall FARPROC) (); |
| typedef unsigned int size_t; |
| typedef unsigned __int64 size_t; |
| typedef unsigned __int64 ULONG_PTR; |
| typedef unsigned long ULONG_PTR; |
| typedef unsigned long ULONG; |
| typedef unsigned short USHORT; |
| typedef unsigned char UCHAR; |
| typedef WCHAR *NWPSTR,*LPWSTR,*PWSTR; |
| typedef const WCHAR *LPCWSTR,*PCWSTR; |