libfreerdp-kbd: quick compilation fix
This commit is contained in:
parent
f491dd3f16
commit
5f9d000227
@ -251,7 +251,7 @@ void printer_register(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints, rdpPrinter* pri
|
||||
CachedFieldsLen = 0;
|
||||
CachedPrinterConfigData = NULL;
|
||||
|
||||
printf("**** printer %s %X register\n", printer->name, printer);
|
||||
printf("**** printer %s %X register\n", printer->name, (unsigned int) printer);
|
||||
|
||||
Flags = 0;
|
||||
if (printer->is_default)
|
||||
|
@ -28,6 +28,7 @@
|
||||
#define __LOCALES_H
|
||||
|
||||
#include <freerdp/api.h>
|
||||
#include <freerdp/types.h>
|
||||
|
||||
#define AFRIKAANS 0x0436
|
||||
#define ALBANIAN 0x041c
|
||||
|
Loading…
Reference in New Issue
Block a user