Changeset 970 for trunk/include
- Timestamp:
- Sep 18, 1999, 5:55:45 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r794 r970 1 /* $Id: heapstring.h,v 1. 4 1999-09-02 17:12:46 phallerExp $ */1 /* $Id: heapstring.h,v 1.5 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 int WIN32API lstrncmpA (LPCSTR arg1, LPCSTR arg2, int i); 23 23 int WIN32API lstrncmpW (LPCWSTR arg1, LPCWSTR arg2, int i); 24 int WIN32API lstrncmpiA (LPCSTR arg1, LPCSTR arg2, int i); 24 25 LPSTR WIN32API lstrcpyA (LPSTR arg1, LPCSTR arg2); 25 26 LPWSTR WIN32API lstrcpyW (LPWSTR dest, LPCWSTR src); -
trunk/include/odinlx.h
r953 r970 1 /* $Id: odinlx.h,v 1. 1 1999-09-15 23:29:51sandervl Exp $ */1 /* $Id: odinlx.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused); 36 36 37 #ifdef __cplusplus 38 extern "C" { 39 #endif 40 41 void OS2SetExceptionHandler(void *exceptframe); 42 void OS2UnsetExceptionHandler(void *exceptframe); 43 44 #ifdef __cplusplus 45 } 46 #endif 37 47 38 48 #endif -
trunk/include/win/tchar.h
r4 r970 1 /* $Id: tchar.h,v 1. 1 1999-05-24 20:19:20 ktkExp $ */1 /* $Id: tchar.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_TCHAR_H … … 5 5 6 6 #include "windef.h" 7 8 #ifndef __WIN32OS2__ 7 9 8 10 #ifdef __cplusplus … … 253 255 #define __T(x) x 254 256 257 #endif //__WIN32OS2__ 258 255 259 typedef CHAR _TCHARA; 256 260 typedef WCHAR _TCHARW; … … 266 270 typedef LPSTR PTSTRA, LPTSTRA; 267 271 DECL_WINELIB_TYPE_AW (PTSTR) 268 DECL_WINELIB_TYPE_AW (LPTSTR)272 //DECL_WINELIB_TYPE_AW (LPTSTR) 269 273 270 274 #ifdef __cplusplus -
trunk/include/win/windef.h
r884 r970 1 /* $Id: windef.h,v 1.1 1 1999-09-08 19:35:37sandervl Exp $ */1 /* $Id: windef.h,v 1.12 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 /* … … 241 241 typedef DWORD *PDWORD; 242 242 /* common win32 types */ 243 #ifdef __WINE__ 244 typedef CHAR *LPTSTR; 245 typedef const CHAR *LPCTSTR; 246 #endif 243 247 typedef CHAR *LPSTR; 244 typedef CHAR *LPTSTR;245 248 typedef CHAR *PSTR; 246 249 typedef const CHAR *LPCSTR; 247 typedef const CHAR *LPCTSTR;248 250 typedef const CHAR *PCSTR; 249 251 typedef WCHAR *LPWSTR; -
trunk/include/win/windows.h
r495 r970 1 /* $Id: windows.h,v 1. 2 1999-08-14 09:05:06sandervl Exp $ */1 /* $Id: windows.h,v 1.3 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINDOWS_H … … 10 10 #ifdef __WIN32OS2__ 11 11 #include <odin.h> 12 #define CINTERFACE 1 12 13 #endif 13 14 … … 22 23 #include "lzexpand.h" 23 24 #include "shellapi.h" 25 #include "winnls.h" 26 #ifdef __cplusplus 24 27 #include "ole2.h" 25 #include "winnls.h"26 28 #include "objbase.h" 29 #endif 30 #include "winver.h" 27 31 28 32 #if 0 -
trunk/include/win/winver.h
r642 r970 1 /* $Id: winver.h,v 1. 3 1999-08-22 22:54:26sandervl Exp $ */1 /* $Id: winver.h,v 1.4 1999-09-18 15:55:45 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINVER_H … … 14 14 DWORD WINAPI VerFindFileA(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,PUINT,LPSTR,PUINT); 15 15 DWORD WINAPI VerFindFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT,LPWSTR,PUINT); 16 #define VerFindFile WINELIB_NAME_AW(VerFindFile) 17 16 18 DWORD WINAPI VerInstallFileA(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,PUINT); 17 19 DWORD WINAPI VerInstallFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT); 20 #define VerInstallFile WINELIB_NAME_AW(VerInstallFile) 21 18 22 DWORD WINAPI VerQueryValueA(LPVOID,LPSTR,LPVOID*,PUINT); 19 23 DWORD WINAPI VerQueryValueW(LPVOID,LPWSTR,LPVOID*,PUINT); 24 #define VerQueryValue WINELIB_NAME_AW(VerQueryValue) 25 20 26 DWORD WINAPI GetFileVersionInfoSizeA(LPSTR,LPDWORD); 21 27 DWORD WINAPI GetFileVersionInfoSizeW(LPWSTR,LPDWORD); 28 #define GetFileVersionInfoSize WINELIB_NAME_AW(GetFileVersionInfoSize) 29 22 30 BOOL WINAPI GetFileVersionInfoA(LPSTR,DWORD,DWORD,LPVOID); 23 31 BOOL WINAPI GetFileVersionInfoW(LPWSTR,DWORD,DWORD,LPVOID); 32 #define GetFileVersionInfo WINELIB_NAME_AW(GetFileVersionInfo) 24 33 25 34 // enable C linkage to avoid parameter mangling
Note:
See TracChangeset
for help on using the changeset viewer.