diff --git a/glide2x/h3/glide/tests/qatest01.c b/glide2x/h3/glide/tests/qatest01.c index 62f3390..c5ccfe3 100644 --- a/glide2x/h3/glide/tests/qatest01.c +++ b/glide2x/h3/glide/tests/qatest01.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX diff --git a/glide2x/h3/glide/tests/test00.c b/glide2x/h3/glide/tests/test00.c index 9f6220c..995b558 100644 --- a/glide2x/h3/glide/tests/test00.c +++ b/glide2x/h3/glide/tests/test00.c @@ -16,7 +16,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/h3/glide/tests/test01.c b/glide2x/h3/glide/tests/test01.c index a49e271..b9fdcad 100644 --- a/glide2x/h3/glide/tests/test01.c +++ b/glide2x/h3/glide/tests/test01.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/h3/glide/tests/test07.c b/glide2x/h3/glide/tests/test07.c index 4607b67..3d9b7d8 100644 --- a/glide2x/h3/glide/tests/test07.c +++ b/glide2x/h3/glide/tests/test07.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/h3/glide/tests/test10.c b/glide2x/h3/glide/tests/test10.c index d545bdf..de7aa6e 100644 --- a/glide2x/h3/glide/tests/test10.c +++ b/glide2x/h3/glide/tests/test10.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/h3/glide/tests/test21.c b/glide2x/h3/glide/tests/test21.c index 6bc2c4d..bc2696a 100644 --- a/glide2x/h3/glide/tests/test21.c +++ b/glide2x/h3/glide/tests/test21.c @@ -1,5 +1,4 @@ /* -** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -17,6 +16,7 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED +** */ #include diff --git a/glide2x/h3/glide/tests/test27.c b/glide2x/h3/glide/tests/test27.c index 78ca33d..e97282b 100644 --- a/glide2x/h3/glide/tests/test27.c +++ b/glide2x/h3/glide/tests/test27.c @@ -16,7 +16,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/h3/glide/tests/tlib.c b/glide2x/h3/glide/tests/tlib.c index faf6d78..a1ec267 100644 --- a/glide2x/h3/glide/tests/tlib.c +++ b/glide2x/h3/glide/tests/tlib.c @@ -1431,7 +1431,7 @@ char tlGetCH( void ) { FxBool tlErrorMessage(const char *err) { fprintf(stderr, "%s", err); - return FXTRUE; + return FXFALSE; } /* tlErrorMessage */ #else @@ -1471,7 +1471,7 @@ char tlGetCH( void ) { FxBool tlErrorMessage(const char *err) { fprintf(stderr, "%s", err); - return FXTRUE; + return FXFALSE; } /* tlErrorMessage */ #else /* __WIN32__ */ @@ -1710,7 +1710,7 @@ tlErrorMessage(const char *err) fflush(stdout); MessageBox( hWndMain, err, "ERROR", MB_OK ); - return FALSE; + return FXFALSE; } /* tlErrorMessage */ /* diff --git a/glide2x/sst1/glide/tests/makefile.linux b/glide2x/sst1/glide/tests/makefile.linux index 7ae7cfe..ce0a9c7 100644 --- a/glide2x/sst1/glide/tests/makefile.linux +++ b/glide2x/sst1/glide/tests/makefile.linux @@ -74,3 +74,4 @@ include $(BUILD_ROOT_SWLIBS)/include/make/3dfx.mak $(PROGRAMS): $(LIBOBJS) + diff --git a/glide2x/sst1/glide/tests/qatest01.c b/glide2x/sst1/glide/tests/qatest01.c index 62f3390..c5ccfe3 100644 --- a/glide2x/sst1/glide/tests/qatest01.c +++ b/glide2x/sst1/glide/tests/qatest01.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX diff --git a/glide2x/sst1/glide/tests/test00.c b/glide2x/sst1/glide/tests/test00.c index 9f6220c..995b558 100644 --- a/glide2x/sst1/glide/tests/test00.c +++ b/glide2x/sst1/glide/tests/test00.c @@ -16,7 +16,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/sst1/glide/tests/test01.c b/glide2x/sst1/glide/tests/test01.c index a49e271..b9fdcad 100644 --- a/glide2x/sst1/glide/tests/test01.c +++ b/glide2x/sst1/glide/tests/test01.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/sst1/glide/tests/test07.c b/glide2x/sst1/glide/tests/test07.c index 4607b67..3d9b7d8 100644 --- a/glide2x/sst1/glide/tests/test07.c +++ b/glide2x/sst1/glide/tests/test07.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/sst1/glide/tests/test10.c b/glide2x/sst1/glide/tests/test10.c index d545bdf..de7aa6e 100644 --- a/glide2x/sst1/glide/tests/test10.c +++ b/glide2x/sst1/glide/tests/test10.c @@ -1,4 +1,5 @@ /* +** ** THIS SOFTWARE IS SUBJECT TO COPYRIGHT PROTECTION AND IS OFFERED ONLY ** PURSUANT TO THE 3DFX GLIDE GENERAL PUBLIC LICENSE. THERE IS NO RIGHT ** TO USE THE GLIDE TRADEMARK WITHOUT PRIOR WRITTEN PERMISSION OF 3DFX @@ -16,7 +17,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/sst1/glide/tests/test27.c b/glide2x/sst1/glide/tests/test27.c index 78ca33d..e97282b 100644 --- a/glide2x/sst1/glide/tests/test27.c +++ b/glide2x/sst1/glide/tests/test27.c @@ -16,7 +16,6 @@ ** THE UNITED STATES. ** ** COPYRIGHT 3DFX INTERACTIVE, INC. 1999, ALL RIGHTS RESERVED -** */ #include diff --git a/glide2x/sst1/glide/tests/tlib.c b/glide2x/sst1/glide/tests/tlib.c index 99a2baf..a1ec267 100644 --- a/glide2x/sst1/glide/tests/tlib.c +++ b/glide2x/sst1/glide/tests/tlib.c @@ -446,7 +446,7 @@ int tlConOutput( const char *fmt, ... ) { if( fontInitialized ) { static char buffer[1024]; const char *c; - char *temp; + char* temp; va_start( argptr, fmt ); rv = vsprintf( buffer, fmt, argptr );