mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
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:
parent
01973250f1
commit
bf6752b690
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user