Re: winspool.drv/tests: Fix tests compilation with __WINESRC__ defined
André Hentschel <nerv(a)dawncrow.de> wrote:
@@ -3018,28 +3018,28 @@ START_TEST(info) test_ConfigurePort(); test_DeleteMonitor(); test_DeletePort(); - test_DeviceCapabilities(); - test_DocumentProperties(); + test_DeviceCapabilitiesA(); + test_DocumentPropertiesA(); test_EnumForms(NULL); if (default_printer) test_EnumForms(default_printer); test_EnumMonitors(); - test_EnumPorts(); + test_EnumPortsA(); test_EnumPrinterDrivers(); test_EnumPrinters(); test_EnumPrintProcessors(); test_GetDefaultPrinter(); test_GetPrinterDriverDirectory(); test_GetPrintProcessorDirectory(); - test_OpenPrinter(); - test_GetPrinter(); + test_OpenPrinterA(); + test_GetPrinterA(); test_GetPrinterData(); test_GetPrinterDataEx(); - test_GetPrinterDriver(); + test_GetPrinterDriverA(); test_SetDefaultPrinter(); test_XcvDataW_MonitorUI(); test_XcvDataW_PortIsValid(); test_IsValidDevmodeW(); - test_OpenPrinter_defaults(); + test_OpenPRINTER_DEFAULTSA();
Please leave the test names intact, that assumes that adding tests for W version of an API doesn't need a separate body. -- Dmitry.
participants (1)
-
Dmitry Timoshkov