Deleted Added
full compact
Block_private.h (276851) Block_private.h (327952)
1/*
2 * Block_private.h
3 *
4 * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge,
5 * to any person obtaining a copy of this software and associated documentation
6 * files (the "Software"), to deal in the Software without restriction,
7 * including without limitation the rights to use, copy, modify, merge, publish,
8 * distribute, sublicense, and/or sell copies of the Software, and to permit

--- 13 unchanged lines hidden (view full) ---

22 *
23 */
24
25#ifndef _BLOCK_PRIVATE_H_
26#define _BLOCK_PRIVATE_H_
27
28#if !defined(BLOCK_EXPORT)
29# if defined(__cplusplus)
1/*
2 * Block_private.h
3 *
4 * Copyright 2008-2010 Apple, Inc. Permission is hereby granted, free of charge,
5 * to any person obtaining a copy of this software and associated documentation
6 * files (the "Software"), to deal in the Software without restriction,
7 * including without limitation the rights to use, copy, modify, merge, publish,
8 * distribute, sublicense, and/or sell copies of the Software, and to permit

--- 13 unchanged lines hidden (view full) ---

22 *
23 */
24
25#ifndef _BLOCK_PRIVATE_H_
26#define _BLOCK_PRIVATE_H_
27
28#if !defined(BLOCK_EXPORT)
29# if defined(__cplusplus)
30# define BLOCK_EXPORT extern "C"
30# define BLOCK_EXPORT extern "C"
31# else
32# define BLOCK_EXPORT extern
33# endif
34#endif
35
36#ifndef _MSC_VER
37#include <stdbool.h>
38#else

--- 141 unchanged lines hidden ---
31# else
32# define BLOCK_EXPORT extern
33# endif
34#endif
35
36#ifndef _MSC_VER
37#include <stdbool.h>
38#else

--- 141 unchanged lines hidden ---