Changeset 1163 for trunk/dll/printer.c


Ignore:
Timestamp:
Sep 5, 2008, 11:43:52 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/printer.c

    r1063 r1163  
    1 
    21/***********************************************************************
    32
     
    3231#include "errutil.h"                    // Dos_Error...
    3332#include "strutil.h"                    // GetPString
     33#include "notify.h"                     // AddNote
     34#include "defview.h"                    // QuickView
     35#include "printer.h"
    3436#include "fm3dll.h"
    3537#include "fortify.h"
     
    4042
    4143static HMTX PrintSem = 0;
     44
     45static BOOL PrinterReady(CHAR * printdevname);
     46static BOOL SayPrinterReady(HWND hwnd);
    4247
    4348BOOL PrinterReady(CHAR * printdevname)
Note: See TracChangeset for help on using the changeset viewer.