libfreerdp-utils: remove print utils

This commit is contained in:
Marc-André Moreau 2012-12-14 00:30:20 -05:00
parent 709e66a596
commit 2045a5aec8
6 changed files with 0 additions and 36 deletions

View File

@ -1,30 +0,0 @@
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* Print Utils
*
* Copyright 2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef FREERDP_PRINT_UTILS_H
#define FREERDP_PRINT_UTILS_H
#include <stdio.h>
#ifdef _WIN32
#define snprintf sprintf_s
#define strcasecmp _stricmp
#endif
#endif /* FREERDP_PRINT_UTILS_H */

View File

@ -29,7 +29,6 @@
#include <winpr/crt.h>
#include <freerdp/freerdp.h>
#include <freerdp/utils/print.h>
#include "extension.h"

View File

@ -21,7 +21,6 @@
#include "config.h"
#endif
#include <freerdp/utils/print.h>
#include <freerdp/utils/unicode.h>
#include "gcc.h"

View File

@ -28,8 +28,6 @@
#include <winpr/crt.h>
#include <freerdp/utils/print.h>
#ifndef _WIN32
#include <netdb.h>
#include <unistd.h>

View File

@ -53,7 +53,6 @@
#include <freerdp/utils/tcp.h>
#include <freerdp/utils/uds.h>
#include <freerdp/utils/print.h>
#include <freerdp/utils/stream.h>
#include "tcp.h"

View File

@ -22,7 +22,6 @@
#endif
#include <freerdp/utils/tcp.h>
#include <freerdp/utils/print.h>
#include <stdio.h>
#include <stdlib.h>