Changeset 972 for trunk/src/shell32/new


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

Import lstrncmpiA from kernel32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/misc.cpp

    r900 r972  
    1 /* $Id: misc.cpp,v 1.1 1999-09-09 21:04:57 phaller Exp $ */
     1/* $Id: misc.cpp,v 1.2 1999-09-18 15:57:52 sandervl Exp $ */
    22
    33/*
     
    2828//#include <string.h>
    2929//#include "winbase.h"
    30 
     30#include <heapstring.h>
    3131
    3232/*****************************************************************************
     
    407407}
    408408
    409 INT WINAPI lstrncmpiA( LPCSTR str1, LPCSTR str2, INT n )
    410 {
    411   //CB: implement!
    412   return 0;
    413 }
    414 
    415409/*************************************************************************
    416410 *                              FindEnvironmentString   [SHELL.38]
Note: See TracChangeset for help on using the changeset viewer.