mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
genlinetoscr: include sysconfig/sysdeps
This commit is contained in:
parent
d382cccffe
commit
d899accfb8
@ -6,6 +6,9 @@
|
||||
* (c) 2006 Richard Drummond
|
||||
*/
|
||||
|
||||
#include "sysconfig.h"
|
||||
#include "sysdeps.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
@ -483,11 +486,10 @@ int main (int argc, char *argv[])
|
||||
DEPTH_T bpp;
|
||||
int aga, spr;
|
||||
HMODE_T hmode;
|
||||
unsigned int i;
|
||||
|
||||
do_bigendian = 0;
|
||||
|
||||
for (i = 1; i < argc; i++) {
|
||||
for (int i = 1; i < argc; i++) {
|
||||
if (argv[i][0] != '-')
|
||||
continue;
|
||||
if (argv[i][1] == 'b' && argv[i][2] == '\0')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user