My favorites | Sign in
Project Logo
                
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: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 312 bytes, 13 lines
Hosted by Google Code