You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
432 B
18 lines
432 B
//*************************************************************
|
|
//
|
|
// 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 );
|
|
|
|
|
|
|