1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-19 12:15:14 +00:00
qb64/internal/c/mingw32/i686-w64-mingw32/include/msstkppg.h
2019-01-01 22:40:38 +11:00

14 lines
584 B
C

/**
* 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.
*/
#ifndef _MS_STOCK_PROP_PAGES_H_
#define _MS_STOCK_PROP_PAGES_H_
DEFINE_GUID(CLSID_StockFontPage,0x7ebdaae0,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
DEFINE_GUID(CLSID_StockColorPage,0x7ebdaae1,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
DEFINE_GUID(CLSID_StockPicturePage,0x7ebdaae2,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
#endif