*** empty log message ***

This commit is contained in:
2007-03-06 14:16:53 +00:00
parent fe9e12f34c
commit 718ff6fe48
20 changed files with 47 additions and 47 deletions

View File

@ -5,8 +5,8 @@
#ifndef _ASE_UTL_CTYPE_H_
#define _ASE_UTL_CTYPE_H_
#include <ase/types.h>
#include <ase/macros.h>
#include <ase/cmn/types.h>
#include <ase/cmn/macros.h>
#ifdef __cplusplus
extern "C" {

View File

@ -1,12 +1,12 @@
/*
* $Id: main.h,v 1.2 2007-02-22 14:32:08 bacon Exp $
* $Id: main.h,v 1.3 2007-03-06 14:16:53 bacon Exp $
*/
#ifndef _ASE_UTL_MAIN_H_
#define _ASE_UTL_MAIN_H_
#include <ase/types.h>
#include <ase/macros.h>
#include <ase/cmn/types.h>
#include <ase/cmn/macros.h>
#if defined(_WIN32)

View File

@ -1,12 +1,12 @@
/*
* $Id: stdio.h,v 1.5 2007-02-28 09:57:13 bacon Exp $
* $Id: stdio.h,v 1.6 2007-03-06 14:16:53 bacon Exp $
*/
#ifndef _ASE_UTL_STDIO_H_
#define _ASE_UTL_STDIO_H_
#include <ase/types.h>
#include <ase/macros.h>
#include <ase/cmn/types.h>
#include <ase/cmn/macros.h>
#include <stdio.h>
#include <stdarg.h>