mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] Fix #include syntax for mdrv2.c
This commit is contained in:
parent
e9453bffe0
commit
5f0b2642ea
|
@ -3,4 +3,4 @@
|
|||
* Code segment #13 of TH01's FUUIN.EXE
|
||||
*/
|
||||
|
||||
#include <th01\mdrv2.c>
|
||||
#include "th01\mdrv2.c"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
* Code segment #16 of TH01's REIIDEN.EXE
|
||||
*/
|
||||
|
||||
#include <th01\mdrv2.c>
|
||||
#include "th01\mdrv2.c"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
* Code segment #11 of TH01's OP.EXE
|
||||
*/
|
||||
|
||||
#include <th01\mdrv2.c>
|
||||
#include "th01\mdrv2.c"
|
||||
|
|
Loading…
Reference in New Issue