| * This file has no copyright assigned and is placed in the Public Domain. |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER.PD within this package. |
| #include <_mingw_unicode.h> |
| typedef struct tagWPSITEINFOA { |
| } WPSITEINFOA,*LPWPSITEINFOA; |
| typedef struct tagWPSITEINFOW { |
| } WPSITEINFOW,*LPWPSITEINFOW; |
| typedef struct tagWPPROVINFOA { |
| } WPPROVINFOA,*LPWPPROVINFOA; |
| typedef struct tagWPPROVINFOW { |
| LPWSTR lpszProviderCLSID; |
| } WPPROVINFOW,*LPWPPROVINFOW; |
| #define WPSITEINFO __MINGW_NAME_AW(WPSITEINFO) |
| #define LPWPSITEINFO __MINGW_NAME_AW(LPWPSITEINFO) |
| #define WPPROVINFO __MINGW_NAME_AW(WPPROVINFO) |
| #define LPWPPROVINFO __MINGW_NAME_AW(LPWPPROVINFO) |