* include/wingdi.h (SYSPAL_NOSTATIC256): Define.
This commit is contained in:
parent
a5a54cb74d
commit
d551c8583e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue