Changeset 21629 for trunk/src


Ignore:
Timestamp:
Apr 26, 2011, 8:03:27 PM (14 years ago)
Author:
dmik
Message:

Spacing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winspool/winspool.cpp

    r21627 r21629  
    32523252                DRIVER_INFO_3A      di3 = {0};
    32533253                di3.cVersion           = 0x400;
    3254                 #ifdef USE_OS2_DRIVERNAME
     3254#ifdef USE_OS2_DRIVERNAME
    32553255                char *pszDot = strchr(paQueues[i].pszDriverName, '.');
    32563256                if (pszDot && pszDot != paQueues[i].pszDriverName)  /* we're very careful :-) */
     
    32653265                    di3.pDriverPath    = "WINSPOOL";   /* This is important! */
    32663266                }
    3267                 #else
     3267#else
    32683268                di3.pName              = paQueues[i].pszName; /* printer driver == queue name */
    32693269                di3.pDriverPath        = "WINSPOOL";   /* This is important! */
    3270                 #endif
     3270#endif
    32713271                di3.pEnvironment       = NULL;         /* NULL means auto */
    32723272                di3.pDataFile          = "<datafile?>";
     
    32853285                papi2[i].pDatatype    = "RAW";
    32863286                papi2[i].pPrintProcessor = "WinPrint";
    3287                 #ifdef USE_OS2_DRIVERNAME
     3287#ifdef USE_OS2_DRIVERNAME
    32883288                papi2[i].pComment     = paQueues[i].pszName;    /* Queue name. Don't allow any changes of the comment! */
    3289                 #else
     3289#else
    32903290                papi2[i].pComment     = paQueues[i].pszComment; /* WPS printer name */
    3291                 #endif
     3291#endif
    32923292                papi2[i].pDriverName  = di3.pName;
    32933293                papi2[i].pParameters  = "<parameters?>";
    32943294                papi2[i].pShareName   = "<share name?>";
    32953295                papi2[i].pSepFile     = "<sep file?>";
    3296                 #if 0 /* only 'local', remember */
     3296#if 0 /* only 'local', remember */
    32973297                if (paPrinters[i].pszComputerName) /* this is currnetly not used as we only enum locals. */
    32983298                {
     
    33003300                    papi2[i].pServerName = paPrinters[i].pszComputerName; /** @todo: format!! */
    33013301                }
    3302                 #endif
     3302#endif
    33033303
    33043304                /*
Note: See TracChangeset for help on using the changeset viewer.