[mingw-Bugs-1553275]
* include/wingdi.h (SetLayout): Add prototype. (GetLayout): Likewise.
This commit is contained in:
		
							parent
							
								
									ab1d66234a
								
							
						
					
					
						commit
						19ff420025
					
				| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
 | 
			
		||||
 | 
			
		||||
	[mingw-Bugs-1553275]
 | 
			
		||||
	* include/wingdi.h (SetLayout): Add prototype.
 | 
			
		||||
	(GetLayout): Likewise.
 | 
			
		||||
 | 
			
		||||
2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
 | 
			
		||||
 | 
			
		||||
	[mingw-Bugs-1550139]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3043,6 +3043,10 @@ WINGDIAPI DWORD WINAPI GetFontUnicodeRanges(HDC,LPGLYPHSET);
 | 
			
		|||
WINGDIAPI DWORD WINAPI GetGlyphIndicesA(HDC,LPCSTR,int,LPWORD,DWORD);
 | 
			
		||||
WINGDIAPI DWORD WINAPI GetGlyphIndicesW(HDC,LPCWSTR,int,LPWORD,DWORD);
 | 
			
		||||
#endif
 | 
			
		||||
#if (WINVER >= 0x0500)
 | 
			
		||||
WINGDIAPI DWORD WINAPI GetLayout(HDC);
 | 
			
		||||
WINGDIAPI DWORD WINAPI SetLayout(HDC, DWORD);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef UNICODE
 | 
			
		||||
typedef WCHAR BCHAR;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue