Ignore:
Timestamp:
Oct 19, 2011, 11:26:02 AM (14 years ago)
Author:
dmik
Message:

Replace "\" with "/" in include statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/shlwapi/shlstub.cpp

    r21494 r21720  
    2929#include <heapstring.h>
    3030#include <misc.h>
    31 #include <win\shell.h>
    32 #include <win\winerror.h>
     31#include <win/shell.h>
     32#include <win/winerror.h>
    3333
    3434
     
    3838/*****************************************************************************
    3939 * Name      : StrFromTimeIntervalA
    40  * Purpose   : 
     40 * Purpose   :
    4141 * Parameters:
    4242 * Variables :
    4343 * Result    :
    44  * Remark    : 
     44 * Remark    :
    4545 * Status    : UNTESTED
    4646 *
     
    5151{
    5252  dprintf(("not yet implemented"));
    53  
     53
    5454  return NULL;
    5555}
     
    5858/*****************************************************************************
    5959 * Name      : StrFromTimeIntervalW
    60  * Purpose   : 
     60 * Purpose   :
    6161 * Parameters:
    6262 * Variables :
    6363 * Result    :
    64  * Remark    : 
     64 * Remark    :
    6565 * Status    : UNTESTED
    6666 *
     
    7171{
    7272  dprintf(("not yet implemented"));
    73  
     73
    7474  return NULL;
    7575}
Note: See TracChangeset for help on using the changeset viewer.