Skip to content

Commit

Permalink
some linux fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aras-p committed Aug 16, 2011
1 parent ac8d43d commit b90e394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hlslang/GLSLCodeGen/hlslLinker.cpp
Expand Up @@ -11,6 +11,7 @@
#include "hlslSupportLib.h" #include "hlslSupportLib.h"
#include "osinclude.h" #include "osinclude.h"
#include <algorithm> #include <algorithm>
#include <string.h>


// String table that maps attribute semantics to built-in GLSL attributes // String table that maps attribute semantics to built-in GLSL attributes
static const char attribString[EAttrSemCount][32] = { static const char attribString[EAttrSemCount][32] = {
Expand Down
2 changes: 1 addition & 1 deletion hlslang/OSDependent/Linux/osinclude.h
Expand Up @@ -21,7 +21,7 @@
#include "Include/PoolAlloc.h" #include "Include/PoolAlloc.h"


#define _vsnprintf vsnprintf #define _vsnprintf vsnprintf

#define _stricmp strcasecmp


void DetachThreadLinux(void *); void DetachThreadLinux(void *);


Expand Down

0 comments on commit b90e394

Please sign in to comment.