aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-01-11 07:25:37 +0000
committermarha <marha@users.sourceforge.net>2011-01-11 07:25:37 +0000
commit62e59b120f97d25c1ea72b01b10e63dab1ddaf34 (patch)
tree33b69e2b0203b56696e659c1c116d12cf1059f9d /mesalib/src
parent146a397c28ab65ad5f802d1d412b753c236a80d8 (diff)
downloadvcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.tar.gz
vcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.tar.bz2
vcxsrv-62e59b120f97d25c1ea72b01b10e63dab1ddaf34.zip
Added ssize_t type again in stdint.h
Diffstat (limited to 'mesalib/src')
-rw-r--r--mesalib/src/glsl/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesalib/src/glsl/main.cpp b/mesalib/src/glsl/main.cpp
index a0755ac2c..fd8be6821 100644
--- a/mesalib/src/glsl/main.cpp
+++ b/mesalib/src/glsl/main.cpp
@@ -27,7 +27,6 @@
#ifdef _MSC_VER
#define __STDC__ 1
#include <getopt.h>
-typedef size_t ssize_t;
#define open _open
#define read _read
#define fstat _fstat