From e83abc72f996eaadf50217df824c66bbe61bbbc2 Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 29 May 2003 15:47:58 +0000 Subject: [PATCH] traceWindow API header file name change git-svn-id: http://ltt.polymtl.ca/svn@33 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/autogen.sh | 1 + ltt/branches/poly/lttv/{mainWinAPI.h => traceWindow.h} | 0 2 files changed, 1 insertion(+) rename ltt/branches/poly/lttv/{mainWinAPI.h => traceWindow.h} (100%) diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index 02610d8f..24d36d78 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -157,6 +157,7 @@ ln -s ../../LibLTT/ltt.h $srcdir/include/ltt/ltt.h mkdir $srcdir/include/lttv ln -s ../../lttv/module.h $srcdir/include/lttv/module.h ln -s ../../lttv/hook.h $srcdir/include/lttv/hook.h +ln -s ../../lttv/traceWindow.h $srcdir/include/lttv/traceWindow.h echo done. if test x$NOCONFIGURE = x; then diff --git a/ltt/branches/poly/lttv/mainWinAPI.h b/ltt/branches/poly/lttv/traceWindow.h similarity index 100% rename from ltt/branches/poly/lttv/mainWinAPI.h rename to ltt/branches/poly/lttv/traceWindow.h -- 2.34.1