diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 13:26:10 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-25 13:26:10 (GMT) |
| commit | a27074fc473cafc1f7179da0bfac98e6da1e7449 (patch) | |
| tree | efc35b74dbf8060a565646dc4337bd956355ce9f /src/graphics.c | |
| parent | ea619f554259d746a82c2abf45e5734f637ed041 (diff) | |
| download | powder-a27074fc473cafc1f7179da0bfac98e6da1e7449.zip powder-a27074fc473cafc1f7179da0bfac98e6da1e7449.tar.gz | |
Revert "Some fixes for compiling with Visual Studio - void* and inline"
This reverts commit ea619f554259d746a82c2abf45e5734f637ed041.
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index b476cf1..aa72139 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -888,7 +888,7 @@ inline int drawchar(pixel *vid, int x, int y, int c, int r, int g, int b, int a) } #if defined(WIN32) && !defined(__GNUC__) -int addchar(pixel *vid, int x, int y, int c, int r, int g, int b, int a) +_inline int addchar(pixel *vid, int x, int y, int c, int r, int g, int b, int a) #else inline int addchar(pixel *vid, int x, int y, int c, int r, int g, int b, int a) #endif |
