This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2024-11-06 13:01:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5fa879d5d1
raze-gles
/
source
/
build
/
include
/
sdlappicon.h
6 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
Iron out all errors and warnings when compiling with MinGW-w64, targeting either 32-bit or 64-bit. git-svn-id: https://svn.eduke32.com/eduke32@4078 1a8010ca-5511-0410-912e-c29ae57300e0
2013-10-07 10:03:11 +00:00
struct
sdlappicon
{
- transitioned project to CMake and deleted most of the old build system. The EDuke32 and RedNukem frontends are working, Blood isn't yet. Notes: many of the CMake variables and its output still refer to zdoom. Before changing that I wanted to make sure to be able to commit something that works. support code for Windows XP has been entirely removed. On Windows this will only target Vista and up. the crc32.h header had to be renamed to deconflict from zlib. several Windows API calls were changed to call the A-versions directly. Weirdly enough there were places that defined their parameters as T types but in a non-working way. removed some remaining editor files and support for the native software rendering only Windows backend. in a few simple cases, replaced 'char' with 'uint8_t'. The code as-is depends on chars being unsigned which is non-portable. This needs to be carefully reviewed.
2019-09-22 21:15:46 +00:00
int
width
,
height
;
const
char
*
pixels
;
Iron out all errors and warnings when compiling with MinGW-w64, targeting either 32-bit or 64-bit. git-svn-id: https://svn.eduke32.com/eduke32@4078 1a8010ca-5511-0410-912e-c29ae57300e0
2013-10-07 10:03:11 +00:00
}
;
Reference in a new issue
Copy permalink