* added qse_mbscasebeg()/qse_wcscasebeg()

* touched up the _WIN32 part of qse_fio_t a bit
This commit is contained in:
2011-08-15 09:59:55 +00:00
parent 6e2dd10655
commit 8da90da039
8 changed files with 78 additions and 21 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: opt.c 462 2011-05-18 14:36:40Z hyunghwan.chung $
* $Id: opt.c 550 2011-08-14 15:59:55Z hyunghwan.chung $
*
Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE.
@ -55,10 +55,6 @@
* --------------------------------------------------------------------------
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define BADCH QSE_T('?')
#define BADARG QSE_T(':')
#define EMSG QSE_T("")