Fix on Last Commit of config.h.win32.in

Missed a /* before an #undef line, causing build warnings, oops, sorry.
This commit is contained in:
Chun-wei Fan 2014-03-20 09:30:17 +08:00
parent 44d688cdfb
commit 891d3fce00
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
#define LT_OBJDIR ".libs/"
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O */
/* #undef NO_MINUS_C_MINUS_O */
/* Define to 1 if building for Linux */
/* #undef OS_LINUX */