2008-09-07 Michael Hentschel <mikeh42@users.sourceforge.net>
* include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
This commit is contained in:
parent
daa52c3509
commit
3c795f6f1f
|
@ -1,3 +1,7 @@
|
|||
2008-09-07 Michael Hentschel <mikeh42@users.sourceforge.net>
|
||||
|
||||
* include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
|
||||
|
||||
2008-09-07 alsemm <alsemm@users.sourceforge.net>
|
||||
|
||||
* include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
|
||||
|
|
|
@ -195,6 +195,8 @@ WINSHLWAPI LPWSTR WINAPI StrStrIW(LPCWSTR,LPCWSTR);
|
|||
WINSHLWAPI LPWSTR WINAPI StrStrW(LPCWSTR,LPCWSTR);
|
||||
WINSHLWAPI int WINAPI StrToIntA(LPCSTR);
|
||||
WINSHLWAPI int WINAPI StrToIntW(LPCWSTR);
|
||||
#define STIF_DEFAULT 0x0L
|
||||
#define STIF_SUPPORT_HEX 0x1L
|
||||
WINSHLWAPI BOOL WINAPI StrToIntExA(LPCSTR,DWORD,int*);
|
||||
WINSHLWAPI BOOL WINAPI StrToIntExW(LPCWSTR,DWORD,int*);
|
||||
WINSHLWAPI BOOL WINAPI StrTrimA(LPSTR,LPCSTR);
|
||||
|
|
Loading…
Reference in New Issue