comparison libvo/fastmemcpy.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents e26d1367fa1d
children 3baf6a2283da
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
14 * You should have received a copy of the GNU Lesser General Public 14 * You should have received a copy of the GNU Lesser General Public
15 * License along with MPlayer; if not, write to the Free Software 15 * License along with MPlayer; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 #ifndef __FASTMEMCPY_H 19 #ifndef FASTMEMCPY_H
20 #define __FASTMEMCPY_H 20 #define FASTMEMCPY_H
21 21
22 #include "config.h" 22 #include "config.h"
23 #include <inttypes.h> 23 #include <inttypes.h>
24 24
25 #ifdef USE_FASTMEMCPY 25 #ifdef USE_FASTMEMCPY