Fix #include format.
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
* Use this to build tables of exports:
|
||||
*
|
||||
* // Build the export table used for resolution.
|
||||
* #include <xenia/kernel/util/export_table_pre.inc>
|
||||
* #include "xenia/kernel/util/export_table_pre.inc"
|
||||
* static KernelExport my_module_export_table[] = {
|
||||
* #include <xenia/kernel/my_module/my_module_table.inc>
|
||||
* #include "xenia/kernel/my_module/my_module_table.inc"
|
||||
* };
|
||||
* #include <xenia/kernel/util/export_table_post.inc>
|
||||
* #include "xenia/kernel/util/export_table_post.inc"
|
||||
* export_resolver_->RegisterTable(
|
||||
* "my_module.xex",
|
||||
* my_module_export_table, poly::countof(my_module_export_table));
|
||||
|
||||
Reference in New Issue
Block a user