Changeset 970 for trunk/include


Ignore:
Timestamp:
Sep 18, 1999, 5:55:45 PM (26 years ago)
Author:
sandervl
Message:

Header changes for win32 apps compiled in OS/2

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 phaller Exp $ */
     1/* $Id: heapstring.h,v 1.5 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33/*
     
    2222int    WIN32API lstrncmpA      (LPCSTR arg1, LPCSTR  arg2, int i);
    2323int    WIN32API lstrncmpW      (LPCWSTR arg1, LPCWSTR arg2, int i);
     24int    WIN32API lstrncmpiA     (LPCSTR arg1, LPCSTR  arg2, int i);
    2425LPSTR  WIN32API lstrcpyA       (LPSTR arg1, LPCSTR  arg2);
    2526LPWSTR WIN32API lstrcpyW       (LPWSTR dest, LPCWSTR src);
  • trunk/include/odinlx.h

    r953 r970  
    1 /* $Id: odinlx.h,v 1.1 1999-09-15 23:29:51 sandervl Exp $ */
     1/* $Id: odinlx.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33/*
     
    3535BOOL WIN32API RegisterLxExe(WINMAIN EntryPoint, PVOID unused);
    3636
     37#ifdef __cplusplus
     38extern "C" {
     39#endif
     40
     41void  OS2SetExceptionHandler(void *exceptframe);
     42void  OS2UnsetExceptionHandler(void *exceptframe);
     43
     44#ifdef __cplusplus
     45}
     46#endif
    3747
    3848#endif
  • trunk/include/win/tchar.h

    r4 r970  
    1 /* $Id: tchar.h,v 1.1 1999-05-24 20:19:20 ktk Exp $ */
     1/* $Id: tchar.h,v 1.2 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33#ifndef __WINE_TCHAR_H
     
    55
    66#include "windef.h"
     7
     8#ifndef __WIN32OS2__
    79
    810#ifdef __cplusplus
     
    253255#define __T(x) x
    254256
     257#endif //__WIN32OS2__
     258
    255259typedef CHAR  _TCHARA;
    256260typedef WCHAR _TCHARW;
     
    266270typedef LPSTR PTSTRA, LPTSTRA;
    267271DECL_WINELIB_TYPE_AW (PTSTR)
    268 DECL_WINELIB_TYPE_AW (LPTSTR)
     272//DECL_WINELIB_TYPE_AW (LPTSTR)
    269273         
    270274#ifdef __cplusplus
  • trunk/include/win/windef.h

    r884 r970  
    1 /* $Id: windef.h,v 1.11 1999-09-08 19:35:37 sandervl Exp $ */
     1/* $Id: windef.h,v 1.12 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33/*
     
    241241typedef DWORD          *PDWORD;
    242242/* common win32 types */
     243#ifdef __WINE__
     244typedef CHAR           *LPTSTR;
     245typedef const CHAR     *LPCTSTR;
     246#endif
    243247typedef CHAR           *LPSTR;
    244 typedef CHAR           *LPTSTR;
    245248typedef CHAR           *PSTR;
    246249typedef const CHAR     *LPCSTR;
    247 typedef const CHAR     *LPCTSTR;
    248250typedef const CHAR     *PCSTR;
    249251typedef WCHAR          *LPWSTR;
  • trunk/include/win/windows.h

    r495 r970  
    1 /* $Id: windows.h,v 1.2 1999-08-14 09:05:06 sandervl Exp $ */
     1/* $Id: windows.h,v 1.3 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33#ifndef __WINE_WINDOWS_H
     
    1010#ifdef __WIN32OS2__
    1111#include <odin.h>
     12#define CINTERFACE 1
    1213#endif
    1314
     
    2223#include "lzexpand.h"
    2324#include "shellapi.h"
     25#include "winnls.h"
     26#ifdef __cplusplus
    2427#include "ole2.h"
    25 #include "winnls.h"
    2628#include "objbase.h"
     29#endif
     30#include "winver.h"
    2731
    2832#if 0
  • trunk/include/win/winver.h

    r642 r970  
    1 /* $Id: winver.h,v 1.3 1999-08-22 22:54:26 sandervl Exp $ */
     1/* $Id: winver.h,v 1.4 1999-09-18 15:55:45 sandervl Exp $ */
    22
    33#ifndef __WINE_WINVER_H
     
    1414DWORD       WINAPI VerFindFileA(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,PUINT,LPSTR,PUINT);
    1515DWORD       WINAPI VerFindFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT,LPWSTR,PUINT);
     16#define     VerFindFile WINELIB_NAME_AW(VerFindFile)
     17
    1618DWORD       WINAPI VerInstallFileA(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,PUINT);
    1719DWORD       WINAPI VerInstallFileW(DWORD,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR,PUINT);
     20#define     VerInstallFile WINELIB_NAME_AW(VerInstallFile)
     21
    1822DWORD       WINAPI VerQueryValueA(LPVOID,LPSTR,LPVOID*,PUINT);
    1923DWORD       WINAPI VerQueryValueW(LPVOID,LPWSTR,LPVOID*,PUINT);
     24#define     VerQueryValue WINELIB_NAME_AW(VerQueryValue)
     25
    2026DWORD       WINAPI GetFileVersionInfoSizeA(LPSTR,LPDWORD);
    2127DWORD       WINAPI GetFileVersionInfoSizeW(LPWSTR,LPDWORD);
     28#define     GetFileVersionInfoSize WINELIB_NAME_AW(GetFileVersionInfoSize)
     29
    2230BOOL        WINAPI GetFileVersionInfoA(LPSTR,DWORD,DWORD,LPVOID);
    2331BOOL        WINAPI GetFileVersionInfoW(LPWSTR,DWORD,DWORD,LPVOID);
     32#define     GetFileVersionInfo WINELIB_NAME_AW(GetFileVersionInfo)
    2433
    2534// enable C linkage to avoid parameter mangling
Note: See TracChangeset for help on using the changeset viewer.