Mercurial > mplayer.hg
annotate loader/wine/winestring.h @ 25176:6d9212e61af8
cosmetics: moved identification code to a separate function
author | nicodvb |
---|---|
date | Thu, 29 Nov 2007 23:01:46 +0000 |
parents | c98c9e7f3bd0 |
children | a8ea87c71d18 |
rev | line source |
---|---|
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24413
diff
changeset
|
1 #ifndef WINE_WINESTRING_H |
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24413
diff
changeset
|
2 #define WINE_WINESTRING_H |
1 | 3 |
4 #include "windef.h" | |
5 | |
6 LPWSTR WINAPI lstrcpyAtoW(LPWSTR,LPCSTR); | |
7 LPSTR WINAPI lstrcpyWtoA(LPSTR,LPCWSTR); | |
8 LPWSTR WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT); | |
9 LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT); | |
10 | |
11 #define lstrncmpiA strncasecmp | |
12 | |
24422
c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
diego
parents:
24413
diff
changeset
|
13 #endif /* WINE_WINESTRING_H */ |