Mass renaming. I love clang-format.

This commit is contained in:
Ben Vanik
2015-05-31 16:58:12 -07:00
parent 9c3d2b54fb
commit 08770a4ec0
37 changed files with 892 additions and 717 deletions

View File

@@ -24,10 +24,6 @@
#define XE_EXPORT(module, ordinal, name, type) \
{ \
ordinal, \
xe::cpu::Export::Type::type, \
#name, \
}
xe::cpu::Export(ordinal, xe::cpu::Export::Type::type, #name)
#define FLAG(t) kXEKernelExportFlag##t