*** empty log message ***

This commit is contained in:
Bill Hoffman 2001-11-28 10:51:28 -05:00
parent ed50410ae7
commit af9bc3fa9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "cmake.h"
#include "cmListFileCache.h"
#include "cmMakefileGenerator.h"
#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__BORLANDC__)
#if defined(_WIN32) && !defined(__CYGWIN__)
#include "windows.h"
#endif