To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _DIRSTATE_HELPERS_C_H
#define _DIRSTATE_HELPERS_C_H
/* for intptr_t */
#ifdef _MSC_VER
#include <io.h>
#else
#include <stdint.h>
#endif
#endif
|