* include/wingdi.h (SYSPAL_NOSTATIC256): Define.
This commit is contained in:
		| @@ -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> | 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT | 	* include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT | ||||||
|   | |||||||
| @@ -822,9 +822,10 @@ extern "C" { | |||||||
| #define DC_BRUSH	18 | #define DC_BRUSH	18 | ||||||
| #define DC_PEN	19 | #define DC_PEN	19 | ||||||
| #endif | #endif | ||||||
| #define SYSPAL_NOSTATIC 2 |  | ||||||
| #define SYSPAL_STATIC 1 |  | ||||||
| #define SYSPAL_ERROR 0 | #define SYSPAL_ERROR 0 | ||||||
|  | #define SYSPAL_STATIC 1 | ||||||
|  | #define SYSPAL_NOSTATIC 2 | ||||||
|  | #define SYSPAL_NOSTATIC256 3  | ||||||
| #define TA_BASELINE 24 | #define TA_BASELINE 24 | ||||||
| #define TA_BOTTOM 8 | #define TA_BOTTOM 8 | ||||||
| #define TA_TOP 0 | #define TA_TOP 0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user