From 6a041693a034a9ce91c02fb2941dcfb413308234 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Wed, 25 Feb 2004 13:06:55 +0000
Subject: [PATCH] os_win32/os_win32.c moved to ./os_win32.c

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/RELEASE_5_26_WIN32_BRANCH@1519 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/{os_win32 => }/os_win32.c | 2 +-
 sm5/os_win32/smartctl_vc6.dsp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename sm5/{os_win32 => }/os_win32.c (99%)

diff --git a/sm5/os_win32/os_win32.c b/sm5/os_win32.c
similarity index 99%
rename from sm5/os_win32/os_win32.c
rename to sm5/os_win32.c
index fbf84bdb5..39c45b0ec 100644
--- a/sm5/os_win32/os_win32.c
+++ b/sm5/os_win32.c
@@ -36,7 +36,7 @@ extern smartmonctrl * con; // con->permissive
 
 
 // Needed by '-V' option (CVS versioning) of smartd/smartctl
-const char *os_XXXX_c_cvsid="$Id: os_win32.c,v 1.1.2.2 2004/02/25 12:59:55 chrfranke Exp $" \
+const char *os_XXXX_c_cvsid="$Id: os_win32.c,v 1.1.2.1 2004/02/25 13:06:53 chrfranke Exp $" \
 ATACMDS_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID EXTERN_H_CVSID;
 
 
diff --git a/sm5/os_win32/smartctl_vc6.dsp b/sm5/os_win32/smartctl_vc6.dsp
index 783e9dc54..bb8ea440c 100644
--- a/sm5/os_win32/smartctl_vc6.dsp
+++ b/sm5/os_win32/smartctl_vc6.dsp
@@ -193,7 +193,7 @@ SOURCE=..\knowndrives.h
 # End Source File
 # Begin Source File
 
-SOURCE=.\os_win32.c
+SOURCE=..\os_win32.c
 # End Source File
 # Begin Source File
 
-- 
GitLab