Changeset 972 for trunk/src/shell32
- Timestamp:
- Sep 18, 1999, 5:57:52 PM (26 years ago)
- 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 phallerExp $ */1 /* $Id: drag.cpp,v 1.3 1999-09-18 15:57:51 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 25 25 #include <misc.h> 26 #include <nameid.h>27 26 #include <unicode.h> 28 27 -
trunk/src/shell32/misc.cpp
r505 r972 1 /* $Id: misc.cpp,v 1. 3 1999-08-16 10:31:27 phallerExp $ */1 /* $Id: misc.cpp,v 1.4 1999-09-18 15:57:51 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 #include <string.h> 25 25 #include "winbase.h" 26 26 #include <heapstring.h> 27 27 28 28 /***************************************************************************** … … 1272 1272 } 1273 1273 1274 INT WINAPI lstrncmpiA( LPCSTR str1, LPCSTR str2, INT n )1275 {1276 //CB: implement!1277 return 0;1278 }1279 1280 1274 /************************************************************************* 1281 1275 * FindEnvironmentString [SHELL.38] -
trunk/src/shell32/new/misc.cpp
r900 r972 1 /* $Id: misc.cpp,v 1. 1 1999-09-09 21:04:57 phallerExp $ */1 /* $Id: misc.cpp,v 1.2 1999-09-18 15:57:52 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 //#include <string.h> 29 29 //#include "winbase.h" 30 30 #include <heapstring.h> 31 31 32 32 /***************************************************************************** … … 407 407 } 408 408 409 INT WINAPI lstrncmpiA( LPCSTR str1, LPCSTR str2, INT n )410 {411 //CB: implement!412 return 0;413 }414 415 409 /************************************************************************* 416 410 * FindEnvironmentString [SHELL.38] -
trunk/src/shell32/ordinal.cpp
r183 r972 1 /* $Id: ordinal.cpp,v 1. 3 1999-06-24 19:27:49 phallerExp $ */1 /* $Id: ordinal.cpp,v 1.4 1999-09-18 15:57:51 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 28 28 #include <misc.h> 29 #include <nameid.h>30 29 #include <unicode.h> 31 30 #include <winnls.h> -
trunk/src/shell32/path.cpp
r187 r972 1 /* $Id: path.cpp,v 1. 1 1999-06-25 09:02:13 phallerExp $ */1 /* $Id: path.cpp,v 1.2 1999-09-18 15:57:52 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 31 31 #include <misc.h> 32 #include <nameid.h>33 32 #include <unicode.h> 34 33 #include <winnls.h> -
trunk/src/shell32/sh.cpp
r428 r972 1 /* $Id: sh.cpp,v 1. 7 1999-08-05 21:03:34 phallerExp $ */1 /* $Id: sh.cpp,v 1.8 1999-09-18 15:57:52 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 25 25 #include <misc.h> 26 #include <nameid.h>27 #include <unicode.h>28 26 29 27 -
trunk/src/shell32/she.cpp
r505 r972 1 /* $Id: she.cpp,v 1. 5 1999-08-16 10:31:28 phallerExp $ */1 /* $Id: she.cpp,v 1.6 1999-09-18 15:57:52 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 25 25 #include <misc.h> 26 #include <nameid.h>27 26 #include <unicode.h> 28 27 -
trunk/src/shell32/shell32.cpp
r183 r972 1 /* $Id: shell32.cpp,v 1. 8 1999-06-24 19:27:49 phallerExp $ */1 /* $Id: shell32.cpp,v 1.9 1999-09-18 15:57:52 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 35 35 #include <misc.h> 36 #include <nameid.h>37 36 #include <unicode.h> 38 37
Note:
See TracChangeset
for help on using the changeset viewer.