| Last change
 on this file since 5698 was             4667, checked in by phaller, 25 years ago | 
        
          | 
Major move towards WINE CRTDLL, mixture between both code branches
 | 
        
          | File size:
            376 bytes | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: crtimps.h,v 1.1 2000-11-21 23:49:03 phaller Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* Definitions for the CRTDLL internal imports | 
|---|
| 4 | * | 
|---|
| 5 | * Copyright 1999-2000 Jens Wiessner | 
|---|
| 6 | * | 
|---|
| 7 | */ | 
|---|
| 8 |  | 
|---|
| 9 | #ifndef _CRTINTIMP_H | 
|---|
| 10 | #define _CRTINTIMP_H | 
|---|
| 11 |  | 
|---|
| 12 |  | 
|---|
| 13 | int             CDECL CRTDLL__getch(void); | 
|---|
| 14 | VOID*           CDECL CRTDLL_malloc(DWORD size); | 
|---|
| 15 | int             CDECL CRTDLL__wcsnicmp(LPCWSTR, LPCWSTR, int); | 
|---|
| 16 | extern USHORT   *CRTDLL_pwctype_dll; | 
|---|
| 17 |  | 
|---|
| 18 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.