Changeset 972 for trunk/src/shell32


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

Import lstrncmpiA from kernel32

Location:
trunk/src/shell32
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/drag.cpp

    r96 r972  
    1 /* $Id: drag.cpp,v 1.2 1999-06-10 16:56:08 phaller Exp $ */
     1/* $Id: drag.cpp,v 1.3 1999-09-18 15:57:51 sandervl Exp $ */
    22
    33/*
     
    2424
    2525#include <misc.h>
    26 #include <nameid.h>
    2726#include <unicode.h>
    2827
  • 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]
  • 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]
  • trunk/src/shell32/ordinal.cpp

    r183 r972  
    1 /* $Id: ordinal.cpp,v 1.3 1999-06-24 19:27:49 phaller Exp $ */
     1/* $Id: ordinal.cpp,v 1.4 1999-09-18 15:57:51 sandervl Exp $ */
    22
    33/*
     
    2727
    2828#include <misc.h>
    29 #include <nameid.h>
    3029#include <unicode.h>
    3130#include <winnls.h>
  • trunk/src/shell32/path.cpp

    r187 r972  
    1 /* $Id: path.cpp,v 1.1 1999-06-25 09:02:13 phaller Exp $ */
     1/* $Id: path.cpp,v 1.2 1999-09-18 15:57:52 sandervl Exp $ */
    22
    33/*
     
    3030
    3131#include <misc.h>
    32 #include <nameid.h>
    3332#include <unicode.h>
    3433#include <winnls.h>
  • trunk/src/shell32/sh.cpp

    r428 r972  
    1 /* $Id: sh.cpp,v 1.7 1999-08-05 21:03:34 phaller Exp $ */
     1/* $Id: sh.cpp,v 1.8 1999-09-18 15:57:52 sandervl Exp $ */
    22
    33/*
     
    2424
    2525#include <misc.h>
    26 #include <nameid.h>
    27 #include <unicode.h>
    2826
    2927
  • trunk/src/shell32/she.cpp

    r505 r972  
    1 /* $Id: she.cpp,v 1.5 1999-08-16 10:31:28 phaller Exp $ */
     1/* $Id: she.cpp,v 1.6 1999-09-18 15:57:52 sandervl Exp $ */
    22
    33/*
     
    2424
    2525#include <misc.h>
    26 #include <nameid.h>
    2726#include <unicode.h>
    2827
  • trunk/src/shell32/shell32.cpp

    r183 r972  
    1 /* $Id: shell32.cpp,v 1.8 1999-06-24 19:27:49 phaller Exp $ */
     1/* $Id: shell32.cpp,v 1.9 1999-09-18 15:57:52 sandervl Exp $ */
    22
    33/*
     
    3434
    3535#include <misc.h>
    36 #include <nameid.h>
    3736#include <unicode.h>
    3837
Note: See TracChangeset for help on using the changeset viewer.