X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8792cb7340578959c3d687fad26d89864873cf7c..e7445ff8ee26e39fab1e35455e1bef954bdf636f:/src/msw/mslu.cpp diff --git a/src/msw/mslu.cpp b/src/msw/mslu.cpp index a484b58656..c2ee47cf6f 100644 --- a/src/msw/mslu.cpp +++ b/src/msw/mslu.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/mslu.cpp +// Name: src/msw/mslu.cpp // Purpose: Fixes for bugs in MSLU // Author: Vaclav Slavik // Modified by: @@ -13,12 +13,11 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop -#include + #pragma hdrstop + #include #endif #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/utils.h" #endif @@ -223,7 +222,7 @@ WXDLLIMPEXP_BASE int wxMSLU__wstat(const wxChar *name, struct _stat *buffer) } #ifdef __BORLANDC__ -//here _stati64 is defined as stati64, see msw/mslu.h line 62 +//here _stati64 is defined as stati64, see msw/mslu.h line 62 #undef _stati64 WXDLLIMPEXP_BASE int wxMSLU__wstati64(const wxChar *name, struct _stati64 *buffer) {