enabled the compiler to support a class name as a namespace.

started adding code for event-driven IO handling
This commit is contained in:
hyunghwan.chung
2017-02-12 18:59:03 +00:00
parent 2c8eb87408
commit 4c13989947
17 changed files with 717 additions and 72 deletions

View File

@ -24,8 +24,8 @@
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _MOO_LIB_MOD_STDIO_H_
#define _MOO_LIB_MOD_STDIO_H_
#ifndef _MOO_MOD_STDIO_H_
#define _MOO_MOD_STDIO_H_
#include <moo.h>