Skip to content

Commit

Permalink
Merge pull request #2 from Zegeri/clean
Browse files Browse the repository at this point in the history
Partially port xrGame
  • Loading branch information
q4a authored Sep 17, 2018
2 parents b2514bc + 18066ca commit 8f721a8
Show file tree
Hide file tree
Showing 358 changed files with 1,084 additions and 2,064 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required
dist: xenial
compiler:
- g++
install: export CXX="g++-5"
install: export CXX="g++-7"
os:
- linux
before_script:
Expand All @@ -19,9 +19,9 @@ script:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- g++-5
- g++-7
#branches:
# only:
# - linux
Expand Down
9 changes: 5 additions & 4 deletions Externals/cximage/ximadef.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,15 @@ typedef struct tagcomplex {
#include <string.h>
#include <ctype.h>

#ifndef CXIMAGE_NO_WIN32_DEFINES
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef unsigned int UINT;
typedef const char* LPCTSTR;

typedef DWORD COLORREF;
typedef unsigned int HANDLE;
#endif
typedef DWORD COLORREF;
typedef void* HRGN;
typedef void* HDC;

Expand All @@ -125,7 +126,7 @@ typedef int boolean;
#define TCHAR char
#define _T
#endif

#ifndef CXIMAGE_NO_WIN32_DEFINES
typedef struct tagRECT
{
long left;
Expand All @@ -139,7 +140,7 @@ typedef struct tagPOINT
long x;
long y;
} POINT;

#endif
typedef struct tagRGBQUAD {
BYTE rgbBlue;
BYTE rgbGreen;
Expand Down
Loading

0 comments on commit 8f721a8

Please sign in to comment.