Skip to content
Snippets Groups Projects
Commit 80cc941c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r9395@totoro: nickm | 2006-11-26 13:34:12 -0500

 Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T.


svn:r8995
parent 98355094
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,9 @@
/* The size of a `__int64', as computed by sizeof. */
#define SIZEOF___INT64 8
/* The sizeof a size_t, as computed by sizeof. */
#define SIZEOF_SIZE_T 4
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment