mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[LOCALSPL] Check DBG with #if, not #ifdef
Addendum to r74433.
This commit is contained in:
parent
cf27695269
commit
b84b755e2b
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ _LocalGetPrinterLevel0(PLOCAL_PRINTER pPrinter, PPRINTER_INFO_STRESS* ppPrinterI
|
||||||
(*ppPrinterInfo)->dwGetVersion = GetVersion();
|
(*ppPrinterInfo)->dwGetVersion = GetVersion();
|
||||||
(*ppPrinterInfo)->Status = pPrinter->dwStatus;
|
(*ppPrinterInfo)->Status = pPrinter->dwStatus;
|
||||||
|
|
||||||
#if !defined(DBG)
|
#if !DBG
|
||||||
(*ppPrinterInfo)->fFreeBuild = 1;
|
(*ppPrinterInfo)->fFreeBuild = 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue