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/misc.cpp

    r505 r972  
    1 /* $Id: misc.cpp,v 1.3 1999-08-16 10:31:27 phaller Exp $ */
     1/* $Id: misc.cpp,v 1.4 1999-09-18 15:57:51 sandervl Exp $ */
    22
    33/*
     
    2424#include <string.h>
    2525#include "winbase.h"
    26 
     26#include <heapstring.h>
    2727
    2828/*****************************************************************************
     
    12721272}
    12731273
    1274 INT WINAPI lstrncmpiA( LPCSTR str1, LPCSTR str2, INT n )
    1275 {
    1276   //CB: implement!
    1277   return 0;
    1278 }
    1279 
    12801274/*************************************************************************
    12811275 *                              FindEnvironmentString   [SHELL.38]
Note: See TracChangeset for help on using the changeset viewer.