diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-07-15 00:15:55 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-07-15 00:15:55 +0000 |
commit | 9cb05ecf561fba5a0a11990b0e1bc544f290c7c6 (patch) | |
tree | f343604353dcb6fbaa9296963cb2d57e2ea48d9b /Build/source/texk | |
parent | 669ba1738d22ab82992dcd0acffb750658dbe285 (diff) |
synctexdir: support Visual Studio 2015
git-svn-id: svn://tug.org/texlive/trunk@44801 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex_parser_utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_utils.c b/Build/source/texk/web2c/synctexdir/synctex_parser_utils.c index 4016df0d0cf..b0b9d455f83 100644 --- a/Build/source/texk/web2c/synctexdir/synctex_parser_utils.c +++ b/Build/source/texk/web2c/synctexdir/synctex_parser_utils.c @@ -60,7 +60,9 @@ #define SYNCTEX_OS2 1 #endif +#if defined(_WIN32) #define SYNCTEX_RECENT_WINDOWS 1 +#endif #ifdef SYNCTEX_WINDOWS #include <windows.h> |