cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

tsmf.h (1177B)


      1/*
      2 * FreeRDP: A Remote Desktop Protocol Implementation
      3 * Video Redirection Virtual Channel - Callback interface
      4 *
      5 * (C) Copyright 2014 Thincast Technologies GmbH
      6 * (C) Copyright 2014 Armin Novak <armin.novak@thincast.com>
      7 *
      8 * Licensed under the Apache License, Version 2.0 (the "License");
      9 * you may not use this file except in compliance with the License.
     10 * You may obtain a copy of the License at
     11 *
     12 *     http://www.apache.org/licenses/LICENSE-2.0
     13 *
     14 * Unless required by applicable law or agreed to in writing, software
     15 * distributed under the License is distributed on an "AS IS" BASIS,
     16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     17 * See the License for the specific language governing permissions and
     18 * limitations under the License.
     19 */
     20
     21/* DEPRECATION WARNING:
     22 *
     23 * This channel is unmaintained and not used since windows 7.
     24 * Only compile and use it if absolutely necessary, otherwise
     25 * deactivate it or use the newer [MS-RDPEVOR] video redirection.
     26 */
     27
     28#ifndef FREERDP_CHANNEL_TSMF_H
     29#define FREERDP_CHANNEL_TSMF_H
     30
     31#include <freerdp/types.h>
     32
     33#define TSMF_DVC_CHANNEL_NAME "TSMF"
     34
     35#endif /* FREERDP_CHANNEL_TSMF_H */