Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -61,9 +61,9 @@ void ReceiptGenerator::print()
|
||||
|
||||
if (OpenPrinter((LPWSTR)printer.toStdWString().c_str(), &hPrinter, nullptr))
|
||||
{
|
||||
docInfo.pDocName = (LPWSTR)"Uctenka";
|
||||
docInfo.pDocName = (LPWSTR)(L"Uctenka");
|
||||
docInfo.pOutputFile = nullptr;
|
||||
docInfo.pDatatype = (LPWSTR)"RAW";
|
||||
docInfo.pDatatype = (LPWSTR)(L"RAW");
|
||||
|
||||
dwJob = StartDocPrinter(hPrinter, 1, (LPBYTE)&docInfo);
|
||||
if (dwJob > 0)
|
||||
|
||||
Reference in New Issue
Block a user