diff options
author | Chris Tuchs | 2011-05-08 03:06:23 -0700 |
---|---|---|
committer | Chris Tuchs | 2011-05-08 03:06:23 -0700 |
commit | 7f1cbfae2af93ec11f79b8e2d1db22822ffb6dc7 (patch) | |
tree | fe9134ed7c34b81a39570d0988b7147f153bd9bb /linden/indra/gpg.vs/inc.vs | |
parent | Windows build change I am sure of (diff) | |
download | meta-impy-7f1cbfae2af93ec11f79b8e2d1db22822ffb6dc7.zip meta-impy-7f1cbfae2af93ec11f79b8e2d1db22822ffb6dc7.tar.gz meta-impy-7f1cbfae2af93ec11f79b8e2d1db22822ffb6dc7.tar.bz2 meta-impy-7f1cbfae2af93ec11f79b8e2d1db22822ffb6dc7.tar.xz |
Windows build changes, maybe only needed for vc2005. Mostly snprintf -> ll_snprintf, namespace hacks confused vc2005
Diffstat (limited to 'linden/indra/gpg.vs/inc.vs')
-rwxr-xr-x | linden/indra/gpg.vs/inc.vs/unistd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/gpg.vs/inc.vs/unistd.h b/linden/indra/gpg.vs/inc.vs/unistd.h index b88428c..28650a3 100755 --- a/linden/indra/gpg.vs/inc.vs/unistd.h +++ b/linden/indra/gpg.vs/inc.vs/unistd.h | |||
@@ -45,9 +45,9 @@ typedef int socklen_t; | |||
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | // !s0rr0w! | 47 | // !s0rr0w! |
48 | #define SIZEOF_UINT64_T 8 | 48 | //#define SIZEOF_UINT64_T 8 |
49 | #define UINT64_C(C) (C) | 49 | //#define UINT64_C(C) (C) |
50 | typedef unsigned __int64 uint64_t; | 50 | //typedef unsigned __int64 uint64_t; |
51 | 51 | ||
52 | #if WIN32 /* [$PLOTR$] */ | 52 | #if WIN32 /* [$PLOTR$] */ |
53 | #ifndef snprintf | 53 | #ifndef snprintf |