| Rev | Line | |
|---|
| [641] | 1 | /* $Id: winestring.h,v 1.6 1999-08-22 22:52:12 sandervl Exp $ */
|
|---|
| [640] | 2 | #ifndef __WINE_WINE_WINESTRING_H
|
|---|
| 3 | #define __WINE_WINE_WINESTRING_H
|
|---|
| [4] | 4 |
|
|---|
| 5 | #include "windef.h"
|
|---|
| 6 |
|
|---|
| 7 | INT16 WINAPI WideCharToLocal16(LPSTR,LPWSTR,INT16);
|
|---|
| [640] | 8 | INT WINAPI WideCharToLocal(LPSTR,LPWSTR,INT);
|
|---|
| [4] | 9 | INT16 WINAPI LocalToWideChar16(LPWSTR,LPSTR,INT16);
|
|---|
| [640] | 10 | INT WINAPI LocalToWideChar(LPWSTR,LPSTR,INT);
|
|---|
| 11 | #include <heapstring.h>
|
|---|
| 12 |
|
|---|
| 13 | #endif /* __WINE_WINE_WINESTRING_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.