~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to channels/rdpdr/printer/printer_main.c

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.2.2)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: package-import@ubuntu.com-20120211103405-x2wgdb6x8plb7cdk
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "rdpdr_constants.h"
31
31
#include "rdpdr_types.h"
32
32
 
33
 
#ifdef CUPS_FOUND
 
33
#ifdef WITH_CUPS
34
34
#include "printer_cups.h"
35
35
#endif
36
36
 
300
300
        char* name;
301
301
        char* driver_name;
302
302
 
303
 
#ifdef CUPS_FOUND
 
303
#ifdef WITH_CUPS
304
304
        driver = printer_cups_get_driver();
305
305
#endif
306
306
        if (driver == NULL)