Changeset 21916 for trunk/src/shlwapi/shlstub.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/shlwapi/shlstub.cpp
r21494 r21916 29 29 #include <heapstring.h> 30 30 #include <misc.h> 31 #include <win \shell.h>32 #include <win \winerror.h>31 #include <win/shell.h> 32 #include <win/winerror.h> 33 33 34 34 … … 38 38 /***************************************************************************** 39 39 * Name : StrFromTimeIntervalA 40 * Purpose : 40 * Purpose : 41 41 * Parameters: 42 42 * Variables : 43 43 * Result : 44 * Remark : 44 * Remark : 45 45 * Status : UNTESTED 46 46 * … … 51 51 { 52 52 dprintf(("not yet implemented")); 53 53 54 54 return NULL; 55 55 } … … 58 58 /***************************************************************************** 59 59 * Name : StrFromTimeIntervalW 60 * Purpose : 60 * Purpose : 61 61 * Parameters: 62 62 * Variables : 63 63 * Result : 64 * Remark : 64 * Remark : 65 65 * Status : UNTESTED 66 66 * … … 71 71 { 72 72 dprintf(("not yet implemented")); 73 73 74 74 return NULL; 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.