Make things compile on MSVC:

There's no <windef.h>, so just use <windows.h>
s/PATH_MAX/MAX_PATH/


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10508 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-10-02 21:49:52 +00:00
parent 01973250f1
commit bf6752b690

View File

@ -38,9 +38,7 @@
#endif
#if defined (USE_WINDOWS_PACKAGING)
# include <windows.h>
#elif defined (USE_MACOSX_PACKAGING)
#if defined (USE_MACOSX_PACKAGING)
# include <CoreServices/CoreServices.h> // FSFindFolder, FSRefMakePath
#endif