Created
October 3, 2015 14:49
-
-
Save msikma/4cda1593c75296d966d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/local/djgpp/bin/i586-pc-msdosdjgpp-gcc -c -o src/video.o src/video.c | |
| src/video.c: In function 'set_mode': | |
| src/video.c:25:16: error: storage size of 'regs' isn't known | |
| union REGS regs; | |
| ^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment