* include/wingdi.h (SYSPAL_NOSTATIC256): Define.

This commit is contained in:
Danny Smith 2005-07-19 08:49:06 +00:00
parent a5a54cb74d
commit d551c8583e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-19 Danny Smith <dannysmith@users.sourceforge.net>
* include/wingdi.h (SYSPAL_NOSTATIC256): Define.
2005-07-19 Danny Smith <dannysmith@users.sourceforge.net>
* include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT

View File

@ -822,9 +822,10 @@ extern "C" {
#define DC_BRUSH 18
#define DC_PEN 19
#endif
#define SYSPAL_NOSTATIC 2
#define SYSPAL_STATIC 1
#define SYSPAL_ERROR 0
#define SYSPAL_STATIC 1
#define SYSPAL_NOSTATIC 2
#define SYSPAL_NOSTATIC256 3
#define TA_BASELINE 24
#define TA_BOTTOM 8
#define TA_TOP 0