My favorites
|
Sign in
libconcurrency
A scalable concurrency library for C
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r31
Source path:
svn
/
branches
/
copying-cache-stacks
/
stdint.h
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* C99 header that Windows neglects. I might eventually replace this with
* one of the following:
* http://www.azillionmonkeys.com/qed/pstdint.h
* http://msinttypes.googlecode.com/svn/trunk/stdint.h
*/
#ifndef __STDINT_H__
#define __STDINT_H__
#include <crtdefs.h>
#endif /*__STDINT_H__*/
Show details
Hide details
Change log
r30
by naasking on Jul 25, 2008
Diff
-stdint.h should be in top-level directory for Windows build
Go to:
/branches/copying-cache-stacks
...oncurrency/libconcurrency.vcproj
...e-stacks/libconcurrency/stdint.h
...es/copying-cache-stacks/stdint.h
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 312 bytes, 13 lines
View raw file
Hosted by