]> xenbits.xensource.com Git - people/pauldu/xeniface.git/commit
Re-synchronize util.h with XENBUS and use __toupper()
authorPaul Durrant <paul.durrant@citrix.com>
Thu, 10 Dec 2015 11:38:54 +0000 (11:38 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Thu, 10 Dec 2015 11:38:54 +0000 (11:38 +0000)
commit876a61bc968bee413535d6f233c9b87f0c492804
tree87818bff4142aaa193c00deec9dfc91e50f9ec71
parenta98c1fef82e0fb2354df586b9597c3719175df6d
Re-synchronize util.h with XENBUS and use __toupper()

A recent patch introduced __tolower() and __toupper() into util.h as
replacements for tolower() and toupper() respectively as the latter do
a hidden conversion to Unicode which make then unsafe at any IRQL other
than PASSIVE_LEVEL.
This patch imports util.h from XENBUS and fixes other code to be compatible.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
include/util.h [deleted file]
src/xeniface/fdo.c
src/xeniface/registry.c
src/xeniface/thread.c
src/xeniface/util.h [new file with mode: 0644]