added build env for VC++

This commit is contained in:
strawmanbobi
2016-12-14 21:37:56 +08:00
parent 6653c7ac8f
commit 684dedfa90
26 changed files with 349 additions and 96 deletions

View File

@@ -9,6 +9,10 @@ Revision log:
* 2016-10-01: created by strawmanbobi
**************************************************************************************************/
#ifdef WIN32
#include "stdafx.h"
#endif
#include "include/irda_utils.h"
UINT8 char_to_hex(char chr)