stray files (from <Someone>)
winhack.h is not being used anywhere now and can safely be deleted. There 2 instances of this file: sys\wince\winhack.h win\win32\winhack.h The patch is also attached that adjusts for this.
This commit is contained in:
@@ -63,7 +63,6 @@ copy recover.vcp ..\..\wince\recover.vcp
|
||||
copy resource.h ..\..\wince\resource.h
|
||||
copy wince.vcp ..\..\wince\wince.vcp
|
||||
copy winhack.c ..\..\wince\winhack.c
|
||||
copy winhack.h ..\..\wince\winhack.h
|
||||
copy winhack.rc ..\..\wince\winhack.rc
|
||||
copy winmain.c ..\..\wince\winmain.c
|
||||
copy winMS.h ..\..\wince\winMS.h
|
||||
|
||||
@@ -93574,10 +93574,6 @@ DEP_CPP_WINHA=\
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\wince\winhack.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\wince\winhack.rc
|
||||
|
||||
!IF "$(CFG)" == "winhack - Win32 (WCE MIPS) Release"
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
#if !defined(AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_)
|
||||
#define AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#define STRICT
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
|
||||
#endif // !defined(AFX_WINHACK_H__6397C328_BAF8_460C_9465_F12C596C5732__INCLUDED_)
|
||||
Reference in New Issue
Block a user