Changeset 638 for trunk/src


Ignore:
Timestamp:
Aug 23, 1999, 12:45:53 AM (26 years ago)
Author:
sandervl
Message:

Changes to make it compile again

Location:
trunk/src/NTDLL
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/crt.cpp

    r591 r638  
    1 /* $Id: crt.cpp,v 1.7 1999-08-19 20:43:19 phaller Exp $ */
     1/* $Id: crt.cpp,v 1.8 1999-08-22 22:45:52 sandervl Exp $ */
    22
    33/*
     
    2222
    2323#include "ntdll.h"
     24#include <heapstring.h>
    2425
    2526/*
  • trunk/src/NTDLL/ntdll.h

    r555 r638  
    1 /* $Id: ntdll.h,v 1.6 1999-08-18 19:35:30 phaller Exp $ */
     1/* $Id: ntdll.h,v 1.7 1999-08-22 22:45:52 sandervl Exp $ */
    22
    33/*
     
    4343#  define BOOLEAN BOOL
    4444#endif
    45 
    46 /* prototypes */
    47 LPWSTR HEAP_strdupW(HANDLE    heap, DWORD   flags, LPCWSTR str);
    48 LPSTR  HEAP_strdupWtoA(HANDLE heap, DWORD   flags, LPCWSTR str);
    4945
    5046
  • trunk/src/NTDLL/rtl.cpp

    r568 r638  
    1 /* $Id: rtl.cpp,v 1.6 1999-08-19 02:12:17 phaller Exp $ */
     1/* $Id: rtl.cpp,v 1.7 1999-08-22 22:45:53 sandervl Exp $ */
    22
    33/*
     
    2525#include "winerror.h"
    2626#include "winreg.h"
    27 
     27#include "heapstring.h"
    2828
    2929ODINDEBUGCHANNEL(NTDLL-RTL)
  • trunk/src/NTDLL/rtlstr.cpp

    r557 r638  
    1 /* $Id: rtlstr.cpp,v 1.7 1999-08-18 21:45:14 phaller Exp $ */
     1/* $Id: rtlstr.cpp,v 1.8 1999-08-22 22:45:53 sandervl Exp $ */
    22
    33/*
     
    2828#include "wine/winestring.h"
    2929#include "winnls.h"
    30 
     30//#include <heapstring.h>
    3131
    3232
Note: See TracChangeset for help on using the changeset viewer.