19 lines
432 B
C++
19 lines
432 B
C++
//*************************************************************
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1999 - 2000
|
|
// All rights reserved
|
|
//
|
|
// util.hxx
|
|
//
|
|
// Contains declarations for utility functions related to
|
|
// rsop for use by client side extensions
|
|
//
|
|
// Created: 10-11-1999 adamed
|
|
//
|
|
//*************************************************************/
|
|
|
|
WCHAR *StripLinkPrefix( WCHAR *pwszPath );
|
|
|
|
|
|
|