diff options
Diffstat (limited to 'gdb/gdbtk.h')
-rw-r--r-- | gdb/gdbtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.h b/gdb/gdbtk.h index 89aa19f..1f06364 100644 --- a/gdb/gdbtk.h +++ b/gdb/gdbtk.h @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef WINNT +#ifdef _WIN32 #define GDBTK_PATH_SEP ";" #else #define GDBTK_PATH_SEP ":" |