Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

995 lines
80 KiB

  1. ;=========================
  2. ; KEEP THIS FILE SORTED...
  3. ;=========================
  4. ;
  5. ; This is where you add new files or remove old files from public.
  6. ;
  7. ; Here's how it works. Below is a comma delimited list of operations to perform.
  8. ; If there are conflicting operations on the same file (for instance an add AND a
  9. ; delete) both will be discarded so check to see if the file is already listed before
  10. ; you add your change.
  11. ;
  12. ; NOTE: DON'T USE TABS TO CREATE WHITE SPACE IN YOUR ENTRIES.
  13. ;
  14. ;=========================
  15. ; KEEP THIS FILE SORTED...
  16. ;=========================
  17. ;
  18. ; Note: A ';' in column one is used for comments. Fields should be space (NOT TAB) separated.
  19. ;
  20. ; Field # What it is
  21. ; ======= ===========
  22. ; 1 The file name to add/delete. Any valid name under public
  23. ; is allowed. * will be replaced with i386/amd64/ia64
  24. ; if the same file s/b added or deleted for all architectures.
  25. ;
  26. ; 2 The operation. Valid values are add or del (changes
  27. ; are done automatically from the build machines already).
  28. ;
  29. ; 3 Your email name (so we have a log of who changed what).
  30. ;
  31. ; 4 Comment - Why this file needs to be in public (this will be
  32. ; recorded in the public change record)
  33. ddk\inc\csq.h, add, SKupec, Now valid in .NET
  34. ddk\inc\ddk_ext.h, add, SKupec, New DDK Verifier Extensions
  35. ddk\inc\fscanapi.h, del, coopp, WIA scanner sample no longer needs this header
  36. ddk\inc\hbaapi.mof, add, AlanWar, HBA API MOF definitions
  37. ddk\inc\hbapiwmi.h, add, AlanWar, HBA API kernel driver header (from Hbaapi.mof)
  38. ddk\inc\mcd.h, add, nramas, Header file for changer minidrivers
  39. ddk\inc\mce.h, add, JHavens, Machine Check Errors definitions
  40. ddk\inc\ntddnlb.h, add, SHouse, Add public NLB kernel-mode interface.
  41. ddk\inc\ntddsd.h, add, NeilSa, Add public SD bus driver interface.
  42. ddk\inc\ntia64.h, del, SKupec, Intel proprietary. RAID 489331.
  43. ddk\inc\ntstrsafe.h, add, AdriaO, Driver string library (for latest DDK environment).
  44. ddk\inc\oemupgex.h, add, BillBe, File should be published instead of checked straight into ddk
  45. ddk\inc\oprghdlr.h, del, SKupec, Correct version is in ddk\inc\wdm.
  46. ddk\inc\raidport.h, del, math, RAIDPORT renamed to STORPORT.
  47. ddk\inc\saio.h, add, wesw, Server Availability header file
  48. ddk\inc\saport.h, add, math, Server Availability header file
  49. ddk\inc\storport.h, add, math, StorPort in DDK
  50. ddk\inc\wdmsec.h, add, AdriaO, WDM driver security library (for latest DDK environment).
  51. ddk\inc\legacy\csq.h, add, SKupec, Move to legacy OS specific directory (for DDK backport)
  52. ddk\inc\legacy\ntstrsafe.h, add, AdriaO, Driver string library (for DDK backport).
  53. ddk\inc\legacy\wdmsec.h, add, AdriaO, Driver security library (for DDK backport).
  54. ddk\inc\w2k\csq.h, del, AdriaO, Backportable CancelSafeQueue support (old location)
  55. ddk\inc\wdm\ddk_ext.h, add, SKupec, New DDK Verifier Extensions
  56. ddk\inc\wdm\hidport.h, add, jsenior, Hid Miniport builders need this public interface
  57. ddk\inc\wdm\mce.h, add, SKupec, WDM.H relies on MCE.H. Breaks the DDK if not present.
  58. ddk\inc\wdm\wdmsec.h, del, AdriaO, WDM driver security library (old location).
  59. ddk\inc\wiacammc.h del, KRosly, Not a public header, moved to sample source directory
  60. ddk\inc\wiaintfc.h, add, KeisukeT, Header for WIA device interface.
  61. ddk\inc\ndisguid.h, del, alid, This is now published from net\published\inc\ndisguid.w
  62. ddk\lib\*\batmeter.lib, add, jakeo, moving from SDKLIB to DDKLIB
  63. ddk\lib\*\csq.lib, add, SKupec, New Cancel Safe Queue for DDK
  64. ddk\lib\*\ddk_ext.lib, add, SKupec, New DDK Verifier Extensions
  65. ddk\lib\*\mcd.lib, add, nramas, Medium Changer class lib in DDK
  66. ddk\lib\*\ntstrsafe.lib, add, AdriaO, Driver string library (for latest DDK environment).
  67. ddk\lib\*\raidport.lib, del, math, RAIDPORT renamed to STORPORT.
  68. ddk\lib\*\saport.lib, add, wesw, Server Availability port driver interfaces
  69. ddk\lib\*\scanapi.lib, del, coopp, WIA sample scanner no longer needs this library
  70. ddk\lib\*\sdbus.lib, add, neilsa, SD Bus driver interface
  71. ddk\lib\*\storport.lib, add, math, StorPort in DDK
  72. ddk\lib\*\tcpip6.lib, add, mohitt, publish ipv6 linklayer api
  73. ddk\lib\*\w2k\csq.lib, del, skupec, Back port CancelSafeQueue to W2K (old location)
  74. ddk\lib\*\wdmsec.lib, add, AdriaO, Supports creating secure device objects.
  75. ddk\lib\*\legacy\csq.lib, add, skupec, Back port CancelSafeQueue (for DDK backport).
  76. ddk\lib\*\legacy\sehupd.lib, add, skupec, SEH lib for using newer compiler with older libs
  77. ddk\lib\*\legacy\ntstrsafe.lib, add, AdriaO, Driver string library (for DDK backport).
  78. ddk\lib\*\legacy\wdmsec.lib, add, AdriaO, Driver security library (for DDK backport).
  79. halkit\inc\halia64.h, add, BryanT, Fixed submit rules
  80. halkit\inc\mce.h, add, JHavens, Machine Check Errors definitions
  81. internal\admin\inc\ADsOpenFlags.h, add, JeffJon, adding header to retrieve ADsOpenObject flags
  82. internal\admin\inc\bgcopy.h, del, mzoran, move to public\sdk\inc\bits.h
  83. internal\admin\inc\bgcopy.idl, del, mzoran, move to public\sdk\inc\bits.idl
  84. internal\admin\inc\bgcpymsg.h, del, BryanT, move to public\sdk\inc\bitsmsg.h
  85. internal\admin\inc\EncryptedString.hpp, add, ArtM, adding header for encrypted string (useful for multiple snapins)
  86. internal\admin\inc\msodw.h, add, BryanT, Publish office watson header so MediaServer guys can get it.
  87. internal\admin\lib\*\bgcopy.tlb, del, mzoran, move to bits.tlb
  88. internal\admin\lib\*\bits.tlb, add, mzoran, TLB for bits
  89. internal\admin\inc\bitstest.h, add, jroberts, BITS test interface
  90. internal\admin\inc\bitstest.idl, add, jroberts, BITS test interface
  91. internal\admin\inc\blcore.rc, add, lucios, adding lib for display specifier upgrade tool
  92. internal\admin\inc\burnslib.h, add, lucios, adding lib for display specifier upgrade tool
  93. internal\admin\inc\burnslib.rc, add, lucios, adding lib for display specifier upgrade tool
  94. internal\admin\inc\coreres.h, add, lucios, adding lib for display specifier upgrade tool
  95. internal\admin\inc\cmapi.rc, del, vijeshs, moved ntsetup from admin to base
  96. internal\admin\inc\comp.h, del, vijeshs, moved ntsetup from admin to base
  97. internal\admin\inc\dspecup.rc, add, lucios, adding lib for display specifier upgrade tool
  98. internal\admin\inc\encrypt.h, del, vijeshs, moved ntsetup from admin to base
  99. internal\admin\inc\ldaputil.h, add, ArtM, LdapEscape() functionality currently in 3+ places across 2 depots; consolidating
  100. internal\admin\inc\miglib.h, del, vijeshs, moved ntsetup from admin to base
  101. internal\admin\inc\ntsetup.h, del, vijeshs, moved ntsetup from admin to base
  102. internal\admin\inc\ocmgrlib.h, del, vijeshs, moved ntsetup from admin to base
  103. internal\admin\inc\plugin.h, del, vijeshs, moved ntsetup from admin to base
  104. internal\admin\inc\qmgr.h, del, jroberts, consent decree: move to sdk\inc
  105. internal\admin\inc\qmgr.idl, del, jroberts, consent decree: move to sdk\inc
  106. internal\admin\inc\RAEventMsg.h, add, hueiwang, need for Salem
  107. internal\admin\inc\rassistance.h, add, hueiwang, need for Salem
  108. internal\admin\inc\RAssistance.idl, add, hueiwang, need for Salem
  109. internal\admin\inc\rassistance_i.c, add, hueiwang, need for Salem
  110. internal\admin\inc\resourceDspecup.h, add, lucios, adding lib for display specifier upgrade tool
  111. internal\admin\inc\SAFSessionResolver.h, add, tomfr, needed for Salem
  112. internal\admin\inc\SAFSessionResolver.idl, add, tomfr, needed for Salem
  113. internal\admin\inc\SAFSessionResolver_i.c, add, tomfr, needed for Salem
  114. internal\admin\inc\setupdd.h, del, vijeshs, moved ntsetup from admin to base
  115. internal\admin\inc\setuplog.h, del, vijeshs, moved ntsetup from admin to base
  116. internal\admin\inc\syslib.h, del, vijeshs, moved ntsetup from admin to base
  117. internal\admin\inc\sysprep_.c, del, vijeshs, moved ntsetup from admin to base
  118. internal\admin\inc\sysprep_.h, del, vijeshs, moved ntsetup from admin to base
  119. internal\admin\inc\vendinfo.mc, del, vijeshs, moved ntsetup from admin to base
  120. internal\admin\inc\winnt32p.h, del, vijeshs, moved ntsetup from admin to base
  121. internal\admin\lib\*\blcorel.lib, del, sburns, replace blcorel.lib with blcorels.lib
  122. internal\admin\lib\*\blcorels.lib, add, lucios, adding lib for display specifier upgrade tool
  123. internal\admin\lib\*\burnslibl.lib, del, sburns, replace burnslibl.lib with burnslibls.lib
  124. internal\admin\lib\*\burnslibls.lib, add, lucios, adding lib for display specifier upgrade tool
  125. internal\admin\lib\*\dspecup.lib, add, lucios, adding lib for display specifier upgrade tool
  126. internal\admin\lib\*\encrypt.lib, del, vijeshs, moved ntsetup from admin to base
  127. internal\admin\lib\*\pnpsif.lib, del, vijeshs, moved ntsetup from admin to base
  128. internal\admin\lib\*\qmgrlib.lib, del, mzoran, moved to public\sdk\lib\*\bits.lib
  129. internal\admin\lib\*\SAFSessionResolver.tlb, add, tomfr, needed for Salem
  130. internal\admin\lib\*\setuplga.lib, del, vijeshs, moved ntsetup from admin to base
  131. internal\admin\lib\*\setuplgu.lib, del, vijeshs, moved ntsetup from admin to base
  132. internal\admin\lib\*\syslib.lib, del, vijeshs, moved ntsetup from admin to base
  133. internal\base\inc\ahcache.h, add, vadimb, application compatibility cache interface
  134. internal\base\inc\avrf.h, add, silviuc, application verifier sdk header
  135. internal\base\inc\bcl_common.h, add, jonwis, MGrier's base class library
  136. internal\base\inc\bcl_inlinestring.h, add, jonwis, MGrier's base class library
  137. internal\base\inc\bcl_purestring.h, add, jonwis, MGrier's base class library
  138. internal\base\inc\bcl_stringalgorithms.h, add, mgrier, base class library
  139. internal\base\inc\bcl_stringapi.h, add, jonwis, MGrier's base class library
  140. internal\base\inc\bcl_unicodechartraits.h, add, jonwis, MGrier's base class library
  141. internal\base\inc\bcl_vararg.h, add, jonwis, MGrier's base class library
  142. internal\base\inc\bcl_w32baseunicodestringbuffer.h, add, jonwis, MGrier's base class library
  143. internal\base\inc\bcl_w32common.h, add, jonwis, MGrier's base class library
  144. internal\base\inc\bcl_w32unicodefixedstringbuffer.h, add, jonwis, MGrier's base class library
  145. internal\base\inc\bcl_w32unicodeinlinestringbuffer.h, add, jonwis, MGrier's base class library
  146. internal\base\inc\bcl_w32unicodestringalgorithms.h, add, jonwis, MGrier's base class library
  147. internal\base\inc\bcl_w32unicodestringbuffer.h, add, jonwis, MGrier's base class library
  148. internal\base\inc\bmbuild.h, add, ChuckL, BIG Bmonitor protocol
  149. internal\base\inc\bootstatus.h, add, PeterWie, automatic safemode/LKG structure definition
  150. internal\base\inc\bugcodes.txt, add, kksharma, publish bugcodes.txt
  151. internal\base\inc\cluscfgclient.h, add, conorm, Moved from SDK - bug 286014
  152. internal\base\inc\cluscfgclient.idl, add, conorm, Moved from SDK - bug 286014
  153. internal\base\inc\ClusCfgInternalGuids.h, add, jfranco, internal-only guids removed from SDK
  154. internal\base\inc\cmapi.rc, add, vijeshs, moved ntsetup from admin to base
  155. internal\base\inc\comp.h, add, vijeshs, moved ntsetup from admin to base
  156. internal\base\inc\dfrgifc.h, add, jbenton, shared header for defrag
  157. internal\base\inc\encrypt.h, add, vijeshs, moved ntsetup from admin to base
  158. internal\base\inc\halamd64.inc, add, DaveC, assembler include file
  159. internal\base\inc\kdextsfn.h, add, kksharma, header for kdexts functions
  160. internal\base\inc\ldrreloc_rebase.c, add, BryanT, copy of ldr relocation code for rebase to use
  161. internal\base\inc\mcaia64.mof, add, AlanWar, Machine Check Abort on IA64 permamanent NT Eventlog subscriptions
  162. internal\base\inc\mce.h, add, JHavens, Machine Check Errors definitions
  163. internal\base\inc\miglib.h, add, vijeshs, moved ntsetup from admin to base
  164. internal\base\inc\ntsetup.h, add, vijeshs, moved ntsetup from admin to base
  165. internal\base\inc\ntwow64.h, add, Jaykrell, ..
  166. internal\base\inc\ocmgrlib.h, add, vijeshs, moved ntsetup from admin to base
  167. internal\base\inc\overflow.h, add, JSchwart, merge pragmas for DLLs with custom DLLENTRY
  168. internal\base\inc\pciintrf.h, add, andrewth, now used by the drivers depot
  169. internal\base\inc\pencrypt.h, add, peterw, created for PID volume lincense encryption in setup
  170. internal\base\inc\plugin.h, add, vijeshs, moved ntsetup from admin to base
  171. internal\base\inc\pooltag.txt, add, kksharma, publish pooltag.txt
  172. internal\base\inc\resetstk_downlevel.c, add, bryant, Downlevel support for _resetstkoflw()
  173. internal\base\inc\sdistructs.h, add, chuckl, copied from XPe sources
  174. internal\base\inc\sbslicensing.h, del, paolora, publish sbslicensing interface defn
  175. internal\base\inc\setupdd.h, add, vijeshs, moved ntsetup from admin to base
  176. internal\base\inc\setuplog.h, add, vijeshs, moved ntsetup from admin to base
  177. internal\base\inc\spsyslib.h, add, vijeshs, moved ntsetup from admin to base
  178. internal\base\inc\stwlog.h, add, mfree, created for logging of idwlog based tests
  179. internal\base\inc\sxsapi_guids.h, add, JayKrell, broken out of sxsapi.h
  180. internal\base\inc\sysprep_.c, add, vijeshs, moved ntsetup from admin to base
  181. internal\base\inc\sysprep_.h, add, vijeshs, moved ntsetup from admin to base
  182. internal\base\inc\undo.h, add, jimschm, created for shared uninstall library undo.dll
  183. internal\base\inc\unittest.h, add, vincentg, unit test header and code
  184. internal\base\inc\vendinfo.mc, add, vijeshs, moved ntsetup from admin to base
  185. internal\base\inc\winbrand.h, add, seanch, Windows branding
  186. internal\base\inc\winnt32p.h, add, vijeshs, moved ntsetup from admin to base
  187. internal\base\inc\xsum.amd64, add, DaveC, common xsum file for amd64
  188. internal\base\inc\zconf.h, add, BryanT, static zlib everyone can use
  189. internal\base\inc\zlib.h, add, BryanT, static zlib everyone can use
  190. internal\base\inc\zlib_d3dx.h, add, BryanT, static zlib that's merged into d3dx.lib
  191. internal\base\inc\_qsort.h, add, BryanT, qs source we can build to run on downlevel
  192. internal\base\lib\*\bufferoverflowGDI.lib, del, JSchwart, moved to SDK
  193. internal\base\lib\*\bufferoverflowNoNTDLL.lib, add, JSchwart, overrun detection that doesn't require ntdll.dll
  194. internal\base\lib\*\bufferoverflowK.lib, del, JSchwart, moved to SDK
  195. internal\base\lib\*\bufferoverflowU.lib, del, JSchwart, moved to SDK
  196. internal\base\lib\*\chkstk.obj, add, BryanT, Moved to from sdk
  197. internal\base\lib\*\cluscfginternalguids.lib, add, jfranco, subset of guids removed from SDK
  198. internal\base\lib\*\encrypt.lib, add, vijeshs, moved ntsetup from admin to base
  199. internal\base\lib\*\etwclnt.lib, del, a-digpar, No need to Publish
  200. internal\base\lib\*\kernel32_dload.lib, del, Jaykrell, managed to do without compiling it all twice
  201. internal\base\lib\*\osuninst.lib, add, jonwis, more unique name for dll originally added by jimschm
  202. internal\base\lib\*\pencrypt.lib, add, peterw, created for PID volume lincense encryption in setup
  203. internal\base\lib\*\pidgen_ddk.lib, add, Bryant, pidgen implib for the DDK
  204. internal\base\lib\*\pnpsif.lib, add, vijeshs, moved ntsetup from admin to base
  205. internal\base\lib\*\setuplga.lib, add, vijeshs, moved ntsetup from admin to base
  206. internal\base\lib\*\setuplgu.lib, add, vijeshs, moved ntsetup from admin to base
  207. internal\base\lib\*\sfc_os.lib, add, BryanT, OS version of sfc.dll (doesn't collide with sfc.dll from SQL group)
  208. internal\base\lib\*\spsyslib.lib, add, vijeshs, moved ntsetup from admin to base
  209. internal\base\lib\*\sxs2000.lib, add, mgrier, sxs2000.dll import lib
  210. internal\base\lib\*\undo.lib, del, jonwis, removing undo.lib as "too generic"
  211. internal\base\lib\*\zlib.lib, add, BryanT, static zlib everyone can use
  212. internal\base\lib\*\zlib_d3dx.lib, add, BryanT, static zlib that's merged into d3dx.lib
  213. internal\base\lib\i386\ftol2.obj, add, BryanT, FP helper object for the compiler
  214. internal\base\lib\i386\loadcfg.obj, add, BryanT, SEH helper object for the compiler
  215. internal\base\lib\i386\seccook.obj, add, BryanT, SEH helper object for the compiler
  216. internal\base\lib\i386\sehprolg.obj, add, BryanT, SEH helper object for the compiler
  217. internal\base\lib\ia64\_memset.obj, add, BryanT, needed for other CRT providers
  218. internal\base\lib\ia64\_memmove.obj, add, BryanT, needed for other CRT providers
  219. internal\base\lib\ia64\_memcpy.obj, add, BryanT, needed for other CRT providers
  220. internal\com\inc\activate.h, add, johndoty, COM+ shared headers
  221. internal\com\inc\activate.idl, add, johndoty, COM+ shared headers
  222. internal\com\inc\catalog.h, add, johndoty, COM+ shared headers
  223. internal\com\inc\catalog.idl, add, johndoty, COM+ shared headers
  224. internal\com\inc\contxt.h, add, johndoty, COM+ shared headers
  225. internal\com\inc\contxt.idl, add, johndoty, COM+ shared headers
  226. internal\com\inc\eeinfo.h, add, mauricf, for MSRPC netmon parser
  227. internal\com\inc\globalopt.h, add, sajia, COM+ shared headers
  228. internal\com\inc\globalopt.idl, add, sajia, COM+ shared headers
  229. internal\com\inc\iface.h, add, johndoty, COM+ shared headers
  230. internal\com\inc\iface.idl, add, johndoty, COM+ shared headers
  231. internal\com\inc\ilgcrea.h, add, jaganper, Msdtc log headers needed by Msmq
  232. internal\com\inc\ilginit.h, add, jaganper, Msdtc log headers needed by msmq
  233. internal\com\inc\ilgread.h, add, jaganper, Msdtc log headers needed by msmq
  234. internal\com\inc\ilgstor.h, add, jaganper, Msdtc log headers needed by msmq
  235. internal\com\inc\ilgwrite.h, add, jaganper, Msdtc log headers needed by msmq
  236. internal\com\inc\ilgwrta.h, add, jaganper, Msdtc log headers needed by msmq
  237. internal\com\inc\ilrp.h, add, jaganper, Msdtc log headers needed by msmq
  238. internal\com\inc\logmgrgu.h, add, jaganper, Msdtc log headers needed by msmq
  239. internal\com\inc\logrec.h, add, jcarley, Msdtc log headers needed by msmq
  240. internal\com\inc\logconst.h, add, jcarley, Msdtc log headers needed by msmq
  241. internal\com\inc\machnames.h, add, mfeingol, COM+ shared headers
  242. internal\com\inc\machnames.idl, add, mfeingol, COM+ shared headers
  243. internal\com\inc\partitions.h, add, johndoty, COM+ shared headers
  244. internal\com\inc\partitions.idl, add, johndoty, COM+ shared headers
  245. internal\com\inc\privact.h, add, johndoty, COM+ shared headers
  246. internal\com\inc\privact.idl, add, johndoty, COM+ shared headers
  247. internal\com\inc\propmac.hxx, add, henrylee, OLE32 storage property-set
  248. internal\com\inc\reghelp.hxx, add, donsc, Registry helper for accessing HKCR
  249. internal\com\inc\stackwalk.h, add, mfeingol, COM+ shared headers
  250. internal\com\inc\stackwalk.idl, add, mfeingol, COM+ shared headers
  251. internal\com\inc\unisrgt.h, add, johndoty, COM+ shared headers
  252. internal\com\inc\unisrgt.idl, add, johndoty, COM+ shared headers
  253. internal\com\lib\*\clbcatq.lib, add, mfeingol, internal import lib for clbcatq.dll
  254. internal\com\lib\*\comutils.lib, add, donsc, general-purpose COM depot utility functions
  255. internal\com\lib\*\mqlogmgr.lib, add, jaganper, private import lib for mqlogmgr
  256. internal\com\lib\*\ole32p.lib, add, johndoty, private import library for ole32.dll
  257. internal\com\lib\*\rtifs.lib, add, mauricf, for MSRPC netmon parser
  258. internal\com\lib\*\unpickle.lib, add, mauricf, for MSRPC netmon parser
  259. internal\ddk\lib\*\pidgen.lib, del, Bryant, Never should have been here
  260. internal\drivers\inc\bthapi.h, add, doronh, Bluetooth COM interfaces header
  261. internal\drivers\inc\bthioctl.h, add, doronh, Bluetooth IOCTLs
  262. internal\drivers\inc\bthpriv.h, add, doronh, Bluetooth PRIVATE data
  263. internal\drivers\inc\bthserv.h, add, louisg, Bluetooth service header
  264. internal\drivers\inc\bthservi.h, add, louisg, Bluetooth service header
  265. internal\drivers\inc\hbaapi.h, add, bryant, never added before
  266. internal\drivers\inc\sdplib.h, add, doronh, Bluetooth SDP parser
  267. internal\drivers\inc\sdpnode.h, add, doronh, Bluetooth SDP parser
  268. internal\drivers\inc\ksmediap.h, add, syonb, privates from ksmedia.h
  269. internal\drivers\inc\ntddsac.h, add, briangu, EMS (SAC) ioctl definitions
  270. internal\drivers\inc\portlib.h, del, johnstra, new storage port driver header
  271. internal\drivers\inc\sacmsg.h, add, briangu, need header for testing
  272. internal\drivers\inc\vsmgmt.h, add, jbenton, VSS shared headers
  273. internal\drivers\inc\vsswprv.h, add, jbenton, VSS shared headers
  274. internal\drivers\lib\*\bthcommonui.lib, add, doronh, Bluetooth helper APIs
  275. internal\drivers\lib\*\bthservclient.lib, add, louisg, Bluetooth service client lib
  276. internal\drivers\lib\*\sdplib_k.lib, add, doronh, kernel Bluetooth SDP parser
  277. internal\drivers\lib\*\sdplib_ula.lib, add, doronh, user (non COM) Bluetooth SDP parser
  278. internal\drivers\lib\*\portlib.lib, del, johnstra, new storage port driver library
  279. internal\ds\inc\alloca.h, add, JSchwart, SafeAlloca header
  280. internal\ds\inc\crypto\sha2.h, add, sfield, SHA-2 routines
  281. internal\ds\inc\ftnfoctx.h, add, JSchwart, internal header for cross-forest trust
  282. internal\ds\inc\gpmgmt.h, add, ushaji, added public header files for gpmc
  283. internal\ds\inc\gpmgmt.idl, add, ushaji, added public header files for gpmc
  284. internal\ds\inc\keymgr.h, add, georgema, used by shell depot for password wizards
  285. internal\ds\inc\passport.h, add, JSchwart, Passport header
  286. internal\ds\inc\passrec.h, add, georgema, used by shell depot for password wizards
  287. internal\ds\inc\sbslicensing.h, add, paolora, publish sbslicensing interface defn
  288. internal\ds\inc\sclgntfy.h, add, tarekk, used by a group policy tool (dcgpofix)
  289. internal\ds\inc\wlballoon.rc, add, dsie, Winlogon balloon notification
  290. internal\ds\inc\wlballoon.rh, add, dsie, Winlogon balloon notification
  291. internal\ds\inc\mincrypt.h, add, dangriff, CSP signature checking
  292. internal\ds\inc\minasn1.h, add, dangriff, CSP signature checking
  293. internal\ds\inc\permit.h, del, JSchwart, dead code
  294. internal\ds\lib\amd64\pstorep.lib, add, Davec, AMD64 file
  295. internal\ds\lib\amd64\w32timep.lib, add, Davec, AMD64 file
  296. internal\ds\lib\*\alloca.lib, add, JSchwart, SafeAlloca library
  297. internal\ds\lib\*\certclip.lib, add, VicH, private export library for certcli.dll
  298. internal\ds\lib\*\creduip.lib, add, CliffV, used by shell depot for SSO and cred control
  299. internal\ds\lib\*\dpapi.lib, add, georgema, used by shell depot for password wizards
  300. internal\ds\lib\*\gpmuuid.lib, add, ushaji, publishing the public gpmc guids
  301. internal\ds\lib\*\keymgr.lib, add, georgema, used by shell depot for password wizards
  302. internal\ds\lib\*\mscat32.lib, add, philh, used by MultiMedia depot for DRM
  303. internal\ds\lib\*\msppmgr.lib, add, JSchwart, Passport LIB
  304. internal\ds\lib\*\sclgntfy.lib, add, tarekk, used by a group policy tool (dcgpofix)
  305. internal\ds\lib\*\shortsig.lib, add, BryanT, Put this in a common directory so setup can use it.
  306. internal\ds\lib\*\w32time.lib, add, duncanb, used by shell date/time applet
  307. internal\ds\lib\*\wlballoon.lib, add, dsie, used by Winlogon/Kerberos for balloon notification
  308. internal\ds\lib\*\mincrypt.lib, add, dangriff, CSP signature checking
  309. internal\enduser\inc\msasn1.h, del, philh, move to public\sdk\inc
  310. internal\enduser\inc\msber.h, del, philh, move to public\sdk\inc
  311. internal\enduser\inc\sainstallcom.h, add, travisn, CYS and IIS use this to call the SAK installation DLL
  312. internal\enduser\inc\sapi.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  313. internal\enduser\inc\sapiddk.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  314. internal\enduser\inc\spcollec.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  315. internal\enduser\inc\spddkhlp.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  316. internal\enduser\inc\spdebug.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  317. internal\enduser\inc\sperror.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  318. internal\enduser\inc\speventq.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  319. internal\enduser\inc\sphelper.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  320. internal\enduser\inc\spuihelp.h, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  321. internal\enduser\lib\*\sapi.lib, del, agarside, SAPI5 moved from internal\enduser to public\sdk
  322. internal\enduser\lib\ia64\pogort.lib, add, rlanser, pogo usermode runtime lib
  323. internal\enduser\lib\ia64\pogortntos.lib, add, rlanser, pogo kernel runtime lib
  324. internal\enduser\lib\ia64\pogortsys.lib, add, rlanser, pogo kmode driver runtime lib
  325. internal\enduser\lib\i386\sainstallcom.lib, add, travisn, CYS and IIS use this to call the SAK installation DLL
  326. internal\multimedia\inc\ddrawi.h, del, indyz, moved from internal\multimedia\inc to public\oak\inc
  327. internal\inetcore\inc\httprequest.idl, del, ssulzer, moved to public\sdk\inc
  328. internal\inetcore\inc\httprequestid.h, del, ssulzer, moved to public\sdk\inc
  329. internal\inetcore\inc\msoeimp.h, add, jthaler, used by windows depot for USMT
  330. internal\inetcore\inc\winhttpi.h, add, ssulzer, private WinHTTP header file
  331. internal\inetcore\lib\*\inetcomm.lib, add, reinerf, needed for proper delayload of shdocvw.dll
  332. internal\inetcore\lib\*\mshtmlp.lib, add, reinerf, needed for proper delayload of shdocvw.dll
  333. internal\inetcore\lib\*\urlmonp.lib, add, reinerf, needed for proper delayload of shdocvw.dll
  334. internal\inetsrv\inc\P3Admin.h, add, dougb, public admin interfaces for POP3 Server (for CYS)
  335. internal\inetsrv\inc\P3Admin.idl, add, dougb, public admin interfaces for POP3 Server (for CYS)
  336. internal\inetsrv\inc\pop3auth.h, add, dougb, public admin interfaces for POP3 Server (for CYS)
  337. internal\inetsrv\inc\pop3auth.idl, add, dougb, public admin interfaces for POP3 Server (for CYS)
  338. internal\inetsrv\inc\seolib.h, del, gpulla, putting public stuff in seoexports.h instead
  339. internal\inetsrv\inc\seoexports.h, add, gpulla, pulling public stuff from seolib.h into this
  340. internal\multimedia\inc\dpnathlp.h, del, vanceo, moved to public\sdk\inc
  341. internal\multimedia\inc\dsdmo.h, del, alanlu, Should not be published in the sdk Bug - 544442
  342. internal\multimedia\inc\d3d8rgbrast.h, add, manders, moving here from SDK_INC_PATH (370708)
  343. internal\multimedia\inc\msacm.h, add, frankye, internal version of same SDK header
  344. internal\multimedia\lib\*\d3d8rgb.lib, add, manders, moving here from SDK_LIB_PATH (370708)
  345. internal\net\inc\httpioctl.h, add, rajeshsu, HTTP IOCTLs
  346. internal\net\inc\httpp.h, add, rajeshsu, HTTP APIs that are used by internal groups (IIS)
  347. internal\net\inc\iphlpstk.h, add, mohitt, publish internal IPHLPAPI
  348. internal\net\inc\ipnathlp.h, add, anshuld, dns team needs access to it from the ds depot
  349. internal\net\inc\ipsec.h, add, RaymondS, needed by DS depot
  350. internal\net\inc\netlib.h, del, JSchwart, moved to $(DS_INC_PATH)
  351. internal\net\inc\netlibnt.h, del, JSchwart, moved to $(DS_INC_PATH)
  352. internal\net\inc\netlogon.h, del, JSchwart, moved to $(DS_INC_PATH)
  353. internal\net\inc\oakdefs.h, add, RaymondS, needed by DS depot
  354. internal\net\inc\polstore2.h, add, RaymondS, needed by DS depot
  355. internal\net\inc\polstructs.h, add, RaymondS, needed by DS depot
  356. internal\net\inc\tstring.h, del, JSchwart, moved to $(DS_INC_PATH)
  357. internal\net\inc\winipsec.h, add, RaymondS, needed by DS depot
  358. internal\net\inc\wlrsop.h, add, TaroonM, needed by DS depot for GP
  359. internal\net\inc\wzcdlg.h, add, SachinS, add for WZC
  360. internal\net\inc\wzcsvc.h, add, SachinS, add for WZC
  361. internal\net\lib\*\httpctrs.lib, add, ChunYe, add for HTTP counters
  362. internal\net\lib\*\netman.lib, add, ckotze, Add for other teams to utilize exported functions
  363. internal\net\lib\*\polstore.lib, add, RaymondS, needed by DS depot
  364. internal\net\lib\*\wlstore.lib, add, TaroonM, needed by DS Depot
  365. internal\net\lib\*\wzcdlg.lib, add, SachinS, add for WZC
  366. internal\net\lib\*\wzcsvc.lib, add, SachinS, add for WZC
  367. internal\printscan\inc\annotlib.h, add, davidshi, TIFF annotation library for shell and printscan projects
  368. internal\printscan\inc\FaxControl.h, add, MoolyB, exposes Fax tasks
  369. internal\printscan\inc\FaxControl_i.c, add, MoolyB, exposes Fax tasks
  370. internal\printscan\inc\faxreg.h, add, AsafS, Expose fax service constants
  371. internal\printscan\inc\faxuiconstants.h,add, ronenb, Expose fax service UI constants
  372. internal\printscan\inc\fxsapip.h, add, AsafS, Expose fax service private API
  373. internal\printscan\inc\faxsuite.h, add, MoolyB, Expose fax service private API
  374. internal\printscan\inc\mednames.txt, add, MoolyB, Allow per SKU INF
  375. internal\printscan\inc\splsetup.h, add, steveki, printer driver setup moved from printscan\inc
  376. internal\printscan\lib\*\annotlib.lib, add, davidshi, TIFF annotation library for shell and printscan projects
  377. internal\printscan\lib\*\fxsapi.lib, add, moolyb, exposes FAX private API
  378. internal\sdktools\inc\cmdhelp.h, add, henrygab, cmd line app lib
  379. internal\sdktools\inc\common.h, del, andreva, old tlist stuff
  380. internal\sdktools\inc\sptlib.h, add, henrygab, SCSI Passthrough library
  381. internal\sdktools\inc\tracectr.h, add, insungp, Needed by PerfVis
  382. internal\sdktools\lib\*\cmdhelp.lib, add, henrygab, cmd line app lib
  383. internal\sdktools\lib\*\sptlib.lib, add, henrygab, SCSI Passthrough library
  384. internal\sdktools\lib\*\tlist.lib, del, andreva, old tlist stuff
  385. internal\sdktools\lib\*\tracectr.lib, add, insungp, Needed by PerfVis
  386. internal\shell\inc\cleanoc.h, add, reinerf, moved from sdk\inc
  387. internal\shell\inc\ieguidp.h, add, edwardp, doj compliance
  388. internal\shell\inc\iepriv.h, add, edwardp, doj compliance
  389. internal\shell\inc\iepriv.idl, add, edwardp, doj compliance
  390. internal\shell\inc\imapi\MmcThings.h, del, henrygab, everything available from scsi.h/ntddcdrm.h
  391. internal\shell\inc\imapi\ScsiThings.h, del, henrygab, everything available from scsi.h/ntddcdrm.h
  392. internal\shell\inc\inetcpl.h, add, reinerf, moved from sdk\inc
  393. internal\shell\inc\intlmsg.h, add, kenhsu, message header file needed by MUI from intl.cpl
  394. internal\shell\inc\powrprof.h, del, jakeo, splitting into powrprofp.h
  395. internal\shell\inc\powrprofp.h, add, jakeo, splitting from powrprof.h
  396. internal\shell\inc\shappmgrp.idl, add, brianau, App Publisher interfaces used with Add/Remove Programs
  397. internal\shell\inc\shappmgrp.h, add, brianau, App Publisher interfaces used with Add/Remove Programs
  398. internal\shell\inc\shellids.h, add, BryanSt, moved from \sdk\inc
  399. internal\shell\inc\msident.h, add, reinerf, moved from sdk\inc
  400. internal\shell\inc\msluapi.h, add, reinerf, moved from sdk\inc
  401. internal\shell\inc\msluguid.h, add, reinerf, moved from sdk\inc
  402. internal\shell\inc\ninegrid.h, del, raymondc, no longer use
  403. internal\shell\inc\tlogstg.h, del, edwardp, moved to sdk\inc
  404. internal\shell\inc\tlogstg.idl, del, edwardp, moved to sdk\inc
  405. internal\shell\lib\amd64\netplwiz.lib, add, Davec, AMD64 file
  406. internal\shell\lib\amd64\shell32p.lib, add, Davec, AMD64 file
  407. internal\shell\lib\*\batmeter.lib, del, jakeo, moved to DDKLIB
  408. internal\shell\lib\*\badappsa.lib, del, raymondc, no longer used
  409. internal\shell\lib\*\badappsu.lib, del, raymondc, no longer used
  410. internal\shell\lib\*\ieguidp.lib, add, edwardp, doj compliance
  411. internal\shell\lib\*\ntshrui.lib, add, reinerf, private lib
  412. internal\shell\lib\*\shdocvwp.lib, add, reinerf, needed by mshtml for delayload
  413. internal\shell\lib\*\shfusiona.lib, add, yst, ANSI version of ShFusion lib
  414. internal\termsrv\inc\tsperf.h, add, Nadima, TS header file
  415. internal\termsrv\lib\*\rdfilter.lib, add, TadB, TS LIB
  416. internal\termsrv\inc\rdfilter.h, add, TadB, TS Remote Desktop Filter Include
  417. internal\termsrv\inc\tsqpublic.h, add, maheshl, TS Queue header file
  418. internal\termsrv\lib\*\tsqueue.lib, add, maheshl, TS Queue LIB
  419. internal\windows\inc\aimm12.h, add, kazum, Cicero AIMM1.2
  420. internal\windows\inc\aimmex.h, add, kazum, Cicero AIMM1.2
  421. internal\windows\inc\cicsthkl.h, add, yutakas, Cicero
  422. internal\windows\inc\avrfutil.h, add, dmunsil, header for Application Verifier shims
  423. internal\windows\inc\conroute.h, add, mmccr, Internal Console Definitions
  424. internal\windows\inc\console.ico, add, JasonSch, Default icon for console windows (shell guys need it, too).
  425. internal\windows\inc\ddrawgdi.h, del, Smac, Moved to public\sdk\inc
  426. internal\windows\inc\DUser\DirectUIPP.h, add, MarkFi, DirectUI UI file preprocess header
  427. internal\windows\inc\DUser\DUser.gh, add, JStall, DirectUser composition engine
  428. internal\windows\inc\DUser\DUser.gidl, add, JStall, DirectUser composition engine
  429. internal\windows\inc\DUser\Gadget.h, add, JStall, DirectUser composition engine
  430. internal\windows\inc\immstruc.h, del, kazum, move to windows\core\w32inc
  431. internal\windows\inc\immuser.h, del, kazum, move to windows\core\w32inc
  432. internal\windows\inc\ntgdi.h, del, smac, move to sdk\inc
  433. internal\windows\inc\ShimCstring.h, add, robkenny, shim header to allow writing shims
  434. internal\windows\inc\ShimHook.h, add, robkenny, shim header to allow writing shims
  435. internal\windows\inc\ShimHookMacro.h, add, robkenny, shim header to allow writing shims
  436. internal\windows\inc\ShimLib.h, add, robkenny, shim header to allow writing shims
  437. internal\windows\inc\ShimProto.h, add, robkenny, shim header to allow writing shims
  438. internal\windows\inc\msctfp.h, add, benwest, anchor interfaces for trident and msaa
  439. internal\windows\inc\veriflog.h, add, dmunsil, header for Application Verifier shims
  440. internal\windows\lib\*\aimm12.lib, add, kazum, Cicero AIMM1.2
  441. internal\windows\lib\*\cicsthkl.lib, add, yutakas, Cicero
  442. internal\windows\lib\*\apphelp.lib, add, MarkDer, App Compat Library to query database
  443. internal\windows\lib\*\avrflib.lib, add, dmunsil, Application Verifier shim library
  444. internal\windows\lib\*\dciman32.lib, del, smac, moved to sdk\lib
  445. internal\windows\lib\*\directuigp.lib, del, BryanT, No longer used
  446. internal\windows\lib\*\directuigpd.lib,del, BryanT, No longer used
  447. internal\windows\lib\*\imm32p.lib, add, JasonSch, Private IMM lib
  448. internal\windows\lib\*\prvlib.lib, add, DaveC, get rid of reliance on check in binary
  449. internal\windows\lib\*\sdbapint.lib, add, VadimB, App Compat Library to check for bad drivers
  450. internal\windows\lib\*\sdbapil.lib, add, MaoniS, App Compat database lib
  451. internal\windows\lib\*\ShimLib.lib, add, robkenny, shim library to allow writing shims
  452. internal\windows\lib\*\uimuuid.lib, add, benwest, moved from sdk\lib
  453. internal\windows\lib\*\uuidacc.lib, del, BryanT, Moved into uuidwin.lib
  454. internal\windows\lib\*\uuidwin.lib, add, BryanT, Windows GUIDS
  455. internal\windows\lib\*\w32umode.lib, del, BryanT, No longer used outside the windows depot
  456. internal\windows\lib\wow6432\*\w32umode.lib, del, BryanT, No longer used outside the windows depot
  457. internal\windows\lib\WOW6432\*\imm32p.lib, add, JasonSch, Private IMM lib
  458. oak\inc\ddrawi.h, add, indyz, moved from internal\multimedia\inc to public\oak\inc
  459. processorkit\inc\halia64.h, add, BryanT, Fixed submit rules
  460. processorkit\inc\ntwmi.h, add, ToddCar, Processor Driver Kit
  461. ddk\inc\wiatwcmp.h, add, CoopP, TWAIN capability pass-through header
  462. ddk\inc\wiamicro.h, add, CoopP, added new command CMD_SETFORMAT
  463. sdk\amovie\inc\iwstdec.h, add, tkback, teletext dshow filter interfaces
  464. sdk\inc\addisp.h, del, reinerf, noone includes this stupid thing
  465. sdk\inc\alg.h, add, jpdup, shipped in sdk
  466. sdk\inc\alg.idl, add, billi, ship in SDK in addition to header
  467. sdk\inc\appcompatapi.h, add, vadimb, document appcompat interface used by shell / ie 691908
  468. sdk\inc\AtAcct.h, add, shbrown, need to ship in SDK now for newly published interface (619000)
  469. sdk\inc\AtSvc.h, add, shbrown, need to ship in SDK now for newly published interface (619000)
  470. sdk\inc\AtSvcInc.h, add, shbrown, need to ship in SDK now for newly published interface (619000)
  471. sdk\inc\authen.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  472. sdk\inc\authen.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  473. sdk\inc\azroles.h, add, cliffv, header for azroles.dll
  474. sdk\inc\azroles.tlb, del, xtan, move azroles.tlb to lib
  475. sdk\inc\bdatif.idl, add, seanmcd, move guidestore/tif interface defn
  476. sdk\inc\bdatif.h, add, seanmcd, move guidestore/tif interface defn
  477. sdk\inc\bits1_5.idl, add, jroberts, BITS 1.5 client extensions
  478. sdk\inc\bits1_5.h, add, jroberts, BITS 1.5 client extensions
  479. sdk\inc\bitscfg.idl, add, mzoran, add config header for bits extensions
  480. sdk\inc\bitscfg.h, add, mzoran, add config header for bits extensions
  481. sdk\inc\bthdef.h, add, doronh, Bluetooth definitions and structures
  482. sdk\inc\bthsdpdef.h, add, doronh, Bluetooth SDP definitions and structures
  483. sdk\inc\callobj.h, add, scottrob, shipped in sdk
  484. sdk\inc\callobj.idl, add, scottrob, shipped in sdk
  485. sdk\inc\certreqd.h, add, vich, ICertRequestD2 interface
  486. sdk\inc\cleandrm.h, add, danhoe, Windows Media sdk file
  487. sdk\inc\cleanoc.h, del, reinerf, moved to internal\shell\inc
  488. sdk\inc\cluscfgclient.h, del, conorm, Should not be published in the SDK - bug 286014
  489. sdk\inc\cluscfgclient.idl, del, conorm, Should not be published in the SDK - bug 286014
  490. sdk\inc\colldispid.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  491. sdk\inc\comdefsp.h, add, bryant, VC COM support
  492. sdk\inc\crash.h, del, andreva, merged into ntiodump.h
  493. sdk\inc\crt\algorithm, del, bryant, moved to stl60
  494. sdk\inc\crt\bitset, del, bryant, moved to stl60
  495. sdk\inc\crt\cassert, del, bryant, moved to stl60
  496. sdk\inc\crt\cctype, del, bryant, moved to stl60
  497. sdk\inc\crt\cerrno, del, bryant, moved to stl60
  498. sdk\inc\crt\cfloat, del, bryant, moved to stl60
  499. sdk\inc\crt\ciso646, del, bryant, moved to stl60
  500. sdk\inc\crt\climits, del, bryant, moved to stl60
  501. sdk\inc\crt\clocale, del, bryant, moved to stl60
  502. sdk\inc\crt\cmath, del, bryant, moved to stl60
  503. sdk\inc\crt\complex, del, bryant, moved to stl60
  504. sdk\inc\crt\csetjmp, del, bryant, moved to stl60
  505. sdk\inc\crt\csignal, del, bryant, moved to stl60
  506. sdk\inc\crt\cstdarg, del, bryant, moved to stl60
  507. sdk\inc\crt\cstdio, del, bryant, moved to stl60
  508. sdk\inc\crt\cstdlib, del, bryant, moved to stl60
  509. sdk\inc\crt\cstring, del, bryant, moved to stl60
  510. sdk\inc\crt\ctime, del, bryant, moved to stl60
  511. sdk\inc\crt\cwchar, del, bryant, moved to stl60
  512. sdk\inc\crt\cwctype, del, bryant, moved to stl60
  513. sdk\inc\crt\deque, del, bryant, moved to stl60
  514. sdk\inc\crt\emmintrin.h, add, forrestf, xmm intrinsics
  515. sdk\inc\crt\fstream, del, bryant, moved to stl60
  516. sdk\inc\crt\fstream.h, del, bryant, moved to iostreams
  517. sdk\inc\crt\functional, del, bryant, moved to stl60
  518. sdk\inc\crt\iomanip, del, bryant, moved to stl60
  519. sdk\inc\crt\iomanip.h, del, bryant, moved to iostreams
  520. sdk\inc\crt\ios, del, bryant, moved to stl60
  521. sdk\inc\crt\ios.h, del, bryant, moved to iostreams
  522. sdk\inc\crt\iosfwd, del, bryant, moved to stl60
  523. sdk\inc\crt\iostream, del, bryant, moved to stl60
  524. sdk\inc\crt\iostream.h, del, bryant, moved to iostreams
  525. sdk\inc\crt\iostreams\fstream.h, add, bryant, moved from crt
  526. sdk\inc\crt\iostreams\iomanip.h, add, bryant, moved from crt
  527. sdk\inc\crt\iostreams\ios.h, add, bryant, moved from crt
  528. sdk\inc\crt\iostreams\iostream.h, add, bryant, moved from crt
  529. sdk\inc\crt\iostreams\istream.h, add, bryant, moved from crt
  530. sdk\inc\crt\iostreams\ostream.h, add, bryant, moved from crt
  531. sdk\inc\crt\iostreams\stdiostr.h, add, bryant, moved from crt
  532. sdk\inc\crt\iostreams\streamb.h, add, bryant, moved from crt
  533. sdk\inc\crt\iostreams\strstrea.h, add, bryant, moved from crt
  534. sdk\inc\crt\iostreams\useoldio.h, add, bryant, moved from crt
  535. sdk\inc\crt\iso646.h, del, bryant, moved to stl60
  536. sdk\inc\crt\istream, del, bryant, moved to stl60
  537. sdk\inc\crt\istream.h, del, bryant, moved to iostreams
  538. sdk\inc\crt\iterator, del, bryant, moved to stl60
  539. sdk\inc\crt\limits, del, bryant, moved to stl60
  540. sdk\inc\crt\list, del, bryant, moved to stl60
  541. sdk\inc\crt\locale, del, bryant, moved to stl60
  542. sdk\inc\crt\map, del, bryant, moved to stl60
  543. sdk\inc\crt\memory, del, bryant, moved to stl60
  544. sdk\inc\crt\mmintrin.h, add, forrestf, xmm intrinsics
  545. sdk\inc\crt\numeric, del, bryant, moved to stl60
  546. sdk\inc\crt\ostream, del, bryant, moved to stl60
  547. sdk\inc\crt\ostream.h, del, bryant, moved to iostreams
  548. sdk\inc\crt\queue, del, bryant, moved to stl60
  549. sdk\inc\crt\set, del, bryant, moved to stl60
  550. sdk\inc\crt\sstream, del, bryant, moved to stl60
  551. sdk\inc\crt\stack, del, bryant, moved to stl60
  552. sdk\inc\crt\stdexcept, del, bryant, moved to stl60
  553. sdk\inc\crt\stdiostr.h, del, bryant, moved to iostreams
  554. sdk\inc\crt\stl.h, del, bryant, moved to stl60
  555. sdk\inc\crt\stl60\algorithm, add, bryant, moved from crt
  556. sdk\inc\crt\stl60\bitset, add, bryant, moved from crt
  557. sdk\inc\crt\stl60\cassert, add, bryant, moved from crt
  558. sdk\inc\crt\stl60\cctype, add, bryant, moved from crt
  559. sdk\inc\crt\stl60\cerrno, add, bryant, moved from crt
  560. sdk\inc\crt\stl60\cfloat, add, bryant, moved from crt
  561. sdk\inc\crt\stl60\ciso646, add, bryant, moved from crt
  562. sdk\inc\crt\stl60\climits, add, bryant, moved from crt
  563. sdk\inc\crt\stl60\clocale, add, bryant, moved from crt
  564. sdk\inc\crt\stl60\cmath, add, bryant, moved from crt
  565. sdk\inc\crt\stl60\complex, add, bryant, moved from crt
  566. sdk\inc\crt\stl60\csetjmp, add, bryant, moved from crt
  567. sdk\inc\crt\stl60\csignal, add, bryant, moved from crt
  568. sdk\inc\crt\stl60\cstdarg, add, bryant, moved from crt
  569. sdk\inc\crt\stl60\cstdio, add, bryant, moved from crt
  570. sdk\inc\crt\stl60\cstdlib, add, bryant, moved from crt
  571. sdk\inc\crt\stl60\cstring, add, bryant, moved from crt
  572. sdk\inc\crt\stl60\ctime, add, bryant, moved from crt
  573. sdk\inc\crt\stl60\cwchar, add, bryant, moved from crt
  574. sdk\inc\crt\stl60\cwctype, add, bryant, moved from crt
  575. sdk\inc\crt\stl60\deque, add, bryant, moved from crt
  576. sdk\inc\crt\stl60\fstream, add, bryant, moved from crt
  577. sdk\inc\crt\stl60\functional, add, bryant, moved from crt
  578. sdk\inc\crt\stl60\iomanip, add, bryant, moved from crt
  579. sdk\inc\crt\stl60\ios, add, bryant, moved from crt
  580. sdk\inc\crt\stl60\iosfwd, add, bryant, moved from crt
  581. sdk\inc\crt\stl60\iostream, add, bryant, moved from crt
  582. sdk\inc\crt\stl60\iso646.h, add, bryant, moved from crt
  583. sdk\inc\crt\stl60\istream, add, bryant, moved from crt
  584. sdk\inc\crt\stl60\iterator, add, bryant, moved from crt
  585. sdk\inc\crt\stl60\limits, add, bryant, moved from crt
  586. sdk\inc\crt\stl60\list, add, bryant, moved from crt
  587. sdk\inc\crt\stl60\locale, add, bryant, moved from crt
  588. sdk\inc\crt\stl60\map, add, bryant, moved from crt
  589. sdk\inc\crt\stl60\memory, add, bryant, moved from crt
  590. sdk\inc\crt\stl60\numeric, add, bryant, moved from crt
  591. sdk\inc\crt\stl60\ostream, add, bryant, moved from crt
  592. sdk\inc\crt\stl60\queue, add, bryant, moved from crt
  593. sdk\inc\crt\stl60\set, add, bryant, moved from crt
  594. sdk\inc\crt\stl60\sstream, add, bryant, moved from crt
  595. sdk\inc\crt\stl60\stack, add, bryant, moved from crt
  596. sdk\inc\crt\stl60\stdexcept, add, bryant, moved from crt
  597. sdk\inc\crt\stl60\stl.h, add, bryant, moved from crt
  598. sdk\inc\crt\stl60\streambuf, add, bryant, moved from crt
  599. sdk\inc\crt\stl60\string, add, bryant, moved from crt
  600. sdk\inc\crt\stl60\strstream, add, bryant, moved from crt
  601. sdk\inc\crt\stl60\typeinfo, add, bryant, moved from crt
  602. sdk\inc\crt\stl60\utility, add, bryant, moved from crt
  603. sdk\inc\crt\stl60\valarray, add, bryant, moved from crt
  604. sdk\inc\crt\stl60\vector, add, bryant, moved from crt
  605. sdk\inc\crt\stl60\wctype.h, add, bryant, moved from crt
  606. sdk\inc\crt\stl60\xcomplex, add, bryant, moved from crt
  607. sdk\inc\crt\stl60\xiosbase, add, bryant, moved from crt
  608. sdk\inc\crt\stl60\xlocale, add, bryant, moved from crt
  609. sdk\inc\crt\stl60\xlocinfo, add, bryant, moved from crt
  610. sdk\inc\crt\stl60\xlocinfo.h, add, bryant, moved from crt
  611. sdk\inc\crt\stl60\xlocmon, add, bryant, moved from crt
  612. sdk\inc\crt\stl60\xlocnum, add, bryant, moved from crt
  613. sdk\inc\crt\stl60\xloctime, add, bryant, moved from crt
  614. sdk\inc\crt\stl60\xmath.h, add, bryant, moved from crt
  615. sdk\inc\crt\stl60\xmemory, add, bryant, moved from crt
  616. sdk\inc\crt\stl60\xstring, add, bryant, moved from crt
  617. sdk\inc\crt\stl60\xtree, add, bryant, moved from crt
  618. sdk\inc\crt\stl60\xutility, add, bryant, moved from crt
  619. sdk\inc\crt\stl60\ymath.h, add, bryant, moved from crt
  620. sdk\inc\crt\streamb.h, del, bryant, moved to iostreams
  621. sdk\inc\crt\streambuf, del, bryant, moved to stl60
  622. sdk\inc\crt\string, del, bryant, moved to stl60
  623. sdk\inc\crt\strstrea.h, del, bryant, moved to iostreams
  624. sdk\inc\crt\strstream, del, bryant, moved to stl60
  625. sdk\inc\crt\typeinfo, del, bryant, moved to stl60
  626. sdk\inc\crt\useoldio.h, del, bryant, moved to iostreams
  627. sdk\inc\crt\utility, del, bryant, moved to stl60
  628. sdk\inc\crt\valarray, del, bryant, moved to stl60
  629. sdk\inc\crt\vector, del, bryant, moved to stl60
  630. sdk\inc\crt\wctype.h, del, bryant, moved to stl60
  631. sdk\inc\crt\xcomplex, del, bryant, moved to stl60
  632. sdk\inc\crt\xiosbase, del, bryant, moved to stl60
  633. sdk\inc\crt\xlocale, del, bryant, moved to stl60
  634. sdk\inc\crt\xlocinfo, del, bryant, moved to stl60
  635. sdk\inc\crt\xlocinfo.h, del, bryant, moved to stl60
  636. sdk\inc\crt\xlocmon, del, bryant, moved to stl60
  637. sdk\inc\crt\xlocnum, del, bryant, moved to stl60
  638. sdk\inc\crt\xloctime, del, bryant, moved to stl60
  639. sdk\inc\crt\xmath.h, del, bryant, moved to stl60
  640. sdk\inc\crt\xmemory, del, bryant, moved to stl60
  641. sdk\inc\crt\xmmintrin.h, add, forrestf, xmm intrinsics
  642. sdk\inc\crt\xstring, del, bryant, moved to stl60
  643. sdk\inc\crt\xtree, del, bryant, moved to stl60
  644. sdk\inc\crt\xutility, del, bryant, moved to stl60
  645. sdk\inc\crt\ymath.h, del, bryant, moved to stl60
  646. sdk\inc\ctffunc.h, add, benwest, shipped in sdk
  647. sdk\inc\ctffunc.idl, add, benwest, shipped in sdk
  648. sdk\inc\ctfspui.h, add, benwest, shipped in sdk
  649. sdk\inc\ctfspui.idl, add, benwest, shipped in sdk
  650. sdk\inc\ctfutb.h, add, benwest, shipped in sdk
  651. sdk\inc\ctfutb.idl, add, benwest, shipped in sdk
  652. sdk\inc\datacontainer.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  653. sdk\inc\datacontainer.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  654. sdk\inc\datacontainerversion.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  655. sdk\inc\datacontainerversion.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  656. sdk\inc\d3d8rgbrast.h, del, manders, moving to internal\multimedia from SDK_INC_PATH (370708)
  657. sdk\inc\dbnetlib.h, add, bryant, DOJ compliance
  658. sdk\inc\ddrawgdi.h, add, smac, moved from internal\windows\inc
  659. sdk\inc\des.h, del, SField, moved to DS
  660. sdk\inc\dhcpapi.h, del, rterala, removing
  661. sdk\inc\dhcpsapi.h, add, rterala, trimmed list needed for consent
  662. sdk\inc\disptree.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  663. sdk\inc\disptree.idl, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  664. sdk\inc\dpnathlp.h, add, vanceo, moved from internal\multimedia\inc
  665. sdk\inc\dsconf.h, add, DuganP, Adding this public version of dsprv.h to comply with consent decree
  666. sdk\inc\dsdmobse.h, del, alanlu, should not be published in the SDK - bug 547388
  667. sdk\inc\dsetup.h, add, adamlon, needed to build DSetup (272881)
  668. sdk\inc\dxerr8.h, add, adamlon, needed for DX SDK samples/framework (272881)
  669. sdk\inc\efsputil.h, del, moolyb, removed from sdk
  670. sdk\inc\encdec.idl, add, johnbrad, tv encrypter/decrypter interface
  671. sdk\inc\encdec.h, add, johnbrad, tv encrypter/decrypter interface
  672. sdk\inc\event.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  673. sdk\inc\event.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  674. sdk\inc\extsfns.h, add, kksharma, debugger extension
  675. sdk\inc\faxcom_i.c, add, moolyb, shipped in sdk
  676. sdk\inc\faxcomex_i.c, add, moolyb, shipped in sdk
  677. sdk\inc\faxcontrol.h, del, moolyb, removed from sdk
  678. sdk\inc\faxcontrol_i.c, del, moolyb, removed from sdk
  679. sdk\inc\filehc.h, add, gpulla, SMTP SDK file
  680. sdk\inc\gb18030.h, add, yslin, shipped in sdk
  681. sdk\inc\HelpCenterInterfaces.h, add, dmassare, shipped in sdk
  682. sdk\inc\HelpServiceInterfaces.h, add, dmassare, shipped in sdk
  683. sdk\inc\http.h, add, rajeshsu, public HTTP.sys header file
  684. sdk\inc\httprequest.idl, add, ssulzer, public WinHTTP header file
  685. sdk\inc\httprequestid.h, add, ssulzer, public WinHTTP header file
  686. sdk\inc\i_cryptasn1tls.h, add, philh, added for Consent Degree
  687. sdk\inc\iiisext.h, add, brentmid, IIS ADSI header file
  688. sdk\inc\iisext_i.c, add, brentmid, IIS ADSI guids
  689. sdk\inc\iisrsta.h, add, emilyk, public IisServiceControl header file
  690. sdk\inc\imsconf2.idl, add, josef, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  691. sdk\inc\indexsrv.h, add, dlee, public Indexing Service header, esp wordbreakers
  692. sdk\inc\inetcpl.h, del, reinerf, moved to internal\shell\inc
  693. sdk\inc\isysmon.h, add, kathse, shipped in sdk
  694. sdk\inc\ksamd64.inc, add, DaveC, assembler include file
  695. sdk\inc\kxamd64.inc, add, DaveC, assembler include file
  696. sdk\inc\mailmsg.idl, add, gpulla, SMTP SDK file
  697. sdk\inc\mailmsgprops.h, add, gpulla, SMTP SDK file
  698. sdk\inc\mce.h, add, JHavens, Machine Check Errors definitions
  699. sdk\inc\mixerocx.h, add, msavage, now-public dshow header
  700. sdk\inc\mixerocx.idl, add, syonb, now-public dshow header
  701. sdk\inc\mmreg.h, add, FrankYe, shipped in SDK
  702. sdk\inc\msaatext.h, add, preid, shipped in SDK
  703. sdk\inc\msaatext.idl, add, preid, shipped in SDK
  704. sdk\inc\msacm.h, add, frankye, shipped in SDK
  705. sdk\inc\msasn1.h, add, philh, move from internal\enduser\inc
  706. sdk\inc\msber.h, add, philh, move from internal\enduser\inc
  707. sdk\inc\mscoree.h, add, bryant, comes from com\netfx\binary_release - needed by UDDI team
  708. sdk\inc\msctf.h, add, benwest, shipped in sdk
  709. sdk\inc\msctf.idl, add, benwest, shipped in sdk
  710. sdk\inc\msident.h, del, reinerf, move to internal\shell\inc
  711. sdk\inc\msluapi.h, del, reinerf, move to internal\shell\inc
  712. sdk\inc\msluguid.h, add, reinerf, move to internal\shell\inc
  713. sdk\inc\mstvca.h, del, seanmcd, for johnbrad remove ca part of sec push cleanup
  714. sdk\inc\mstvca.idl, del, seanmcd, for johnbrad remove ca part of sec push cleanup
  715. sdk\inc\mstve.idl, del, johnbrad, remove tve component
  716. sdk\inc\mstve.h, del, johnbrad, remove tve component
  717. sdk\inc\mstvgs.h, del, leeac, GuideStore interfaces
  718. sdk\inc\mstvgs.idl, del, seanmcd, for leeac GuideStore interfaces
  719. sdk\inc\natupnp.h, add, bhanlon, shipped in sdk
  720. sdk\inc\natupnp.idl, add, billi, ship in SDK in addition to header
  721. sdk\inc\nserror.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  722. sdk\inc\nsscore.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  723. sdk\inc\nsscore.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  724. sdk\inc\ntamd64.h, add, Davec, AMD64 platform definitions
  725. sdk\inc\ntddaux.h, del, Fwong, no longer needed
  726. sdk\inc\ntddmidi.h, del, Fwong, no longer needed
  727. sdk\inc\ntddmix.h, del, Fwong, no longer needed
  728. sdk\inc\ntddramd.h, add, neilsa, support for ramdisk driver
  729. sdk\inc\ntddsnd.h, del, Fwong, no longer needed
  730. sdk\inc\ntddtime.h, del, Fwong, no longer needed
  731. sdk\inc\ntddwave.h, del, Fwong, no longer needed
  732. sdk\inc\ntgdi.h, add, smac, moved from internal\windows\inc
  733. sdk\inc\ntquery.h, add, dlee, moved from root published to inetsrv\published
  734. sdk\inc\ntrtlmmapio.h, add, Jaykrell, new stuff
  735. sdk\inc\ntrtloverflow.h, add, Jaykrell, new stuff
  736. sdk\inc\nxalpha.h, add, Davec, post include platform file
  737. sdk\inc\nxamd64.h, add, Davec, post include platform file
  738. sdk\inc\nxi386.h, add, Davec, post include platform file
  739. sdk\inc\nxia64.h, add, Davec, post include platform file
  740. sdk\inc\oemupgex.h, add, BillBe, file should be published rather than checked in straight to sdk
  741. sdk\inc\opsprof.h, del, reinerf, moved to shell\inc\$O
  742. sdk\inc\patchapi.h, add, MSliger, shipped in an SDK
  743. sdk\inc\pebteb.h, add, JayKrell, broken out pieces of ntpsapi.h and wow64t.h
  744. sdk\inc\posix\dirent.h, del, bryant, Posix is no more
  745. sdk\inc\posix\errno.h, del, bryant, Posix is no more
  746. sdk\inc\posix\fcntl.h, del, bryant, Posix is no more
  747. sdk\inc\posix\grp.h, del, bryant, Posix is no more
  748. sdk\inc\posix\pwd.h, del, bryant, Posix is no more
  749. sdk\inc\posix\setjmp.h, del, bryant, Posix is no more
  750. sdk\inc\posix\signal.h, del, bryant, Posix is no more
  751. sdk\inc\posix\tar.h, del, bryant, Posix is no more
  752. sdk\inc\posix\termios.h, del, bryant, Posix is no more
  753. sdk\inc\posix\types.h, del, bryant, Posix is no more
  754. sdk\inc\posix\unistd.h, del, bryant, Posix is no more
  755. sdk\inc\posix\utime.h, del, bryant, Posix is no more
  756. sdk\inc\posix\sys\errno.h, del, bryant, Posix is no more
  757. sdk\inc\posix\sys\stat.h, del, bryant, Posix is no more
  758. sdk\inc\posix\sys\times.h, del, bryant, Posix is no more
  759. sdk\inc\posix\sys\types.h, del, bryant, Posix is no more
  760. sdk\inc\posix\sys\utsname.h, del, bryant, Posix is no more
  761. sdk\inc\posix\sys\wait.h, del, bryant, Posix is no more
  762. sdk\inc\powrprof.h, add, jakeo, split from shell\inc
  763. sdk\inc\procdm.h, del, ramani, not needed anymore
  764. sdk\inc\procdm.idl, del, ramani, not needed anymore
  765. sdk\inc\qcore.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  766. sdk\inc\qcore.idl, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  767. sdk\inc\qcorec.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  768. sdk\inc\qcorecid.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  769. sdk\inc\qcoredbg.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  770. sdk\inc\qcoredid.h, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  771. sdk\inc\qmgr.h, add, jroberts, consent decree: move from internal\admin\inc
  772. sdk\inc\qmgr.idl, add, jroberts, consent decree: move from internal\admin\inc
  773. sdk\inc\reason.h, add, Ianserv, shutdown reason codes should be public
  774. sdk\inc\rkeysvcc.h, add, duncanb, export remote key service API
  775. sdk\inc\rtccore.h, add, RaduS, RTC header file
  776. sdk\inc\rtccore.idl, add, RaduS, RTC IDL file
  777. sdk\inc\rtcerr.h, add, RaduS, RTC error file
  778. sdk\inc\sapi.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  779. sdk\inc\sapi.idl, add, davewood, SAPI5 IDL file
  780. sdk\inc\sapiaut.idl, add, davewood, SAPI5 IDL file
  781. sdk\inc\sapiddk.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  782. sdk\inc\sapiddk.idl, add, davewood, SAPI5 IDL file
  783. sdk\inc\SASecRPC.h, add, shbrown, need to ship in SDK now for newly published interface (619000)
  784. sdk\inc\sbe.idl, add, mgates, publish stream buffer engine (PVR) engine API
  785. sdk\inc\sbe.h, add, mgates, publish stream buffer engine (PVR) engine API
  786. sdk\inc\seo.idl, add, gpulla, SMTP SDK file moved from internal\inetsrv to sdk
  787. sdk\inc\sha.h, del, SField, moved to DS
  788. sdk\inc\shellids.h, del, BryanSt, moved to internal\shell
  789. sdk\inc\smtpevent.idl, add, gpulla, SMTP SDK file
  790. sdk\inc\smtpguid.h, add, gpulla, SMTP SDK file
  791. sdk\inc\spcollec.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  792. sdk\inc\spddkhlp.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  793. sdk\inc\spdebug.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  794. sdk\inc\sperror.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  795. sdk\inc\speventq.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  796. sdk\inc\sphelper.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  797. sdk\inc\spuihelp.h, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  798. sdk\inc\stgtransguids.h, del, reljai, file contents moved to internal\shell
  799. sdk\inc\streamcache.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  800. sdk\inc\streamcache.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  801. sdk\inc\streamdescription.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  802. sdk\inc\streamdescription.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  803. sdk\inc\strsafe.h, add, reinerf, new safe string api's
  804. sdk\inc\tcpioctl.h, add, mohitt, DOJ compliance
  805. sdk\inc\textstor.h, add, benwest, shipped in sdk
  806. sdk\inc\textstor.idl, add, benwest, shipped in sdk
  807. sdk\inc\timeprov.h, add, duncanb, used to write time provider modules for w32time
  808. sdk\inc\tlogstg.h, add, edwardp, moved from internal\shell\inc
  809. sdk\inc\tlogstg.idl, add, edwardp, moved from internal\shell\inc
  810. sdk\inc\tsattrs.h, add, benwest, shipped in sdk
  811. sdk\inc\tvratings.idl, add, johnbrad, tv ratings xds parser plug-in interface for sdk
  812. sdk\inc\tvratings.h, add, johnbrad, tv ratings xds parser plug-in interface for sdk
  813. sdk\inc\vbinterf.h, add, bryant, DOJ compliance
  814. sdk\inc\vc5\customaw.h, del, BryanT, No longer used
  815. sdk\inc\vc5\ObjModel, del, BryanT, No longer used
  816. sdk\inc\vc5\ObjModel\addauto.h, del, BryanT, No longer used
  817. sdk\inc\vc5\ObjModel\addguid.h, del, BryanT, No longer used
  818. sdk\inc\vc5\ObjModel\appauto.h, del, BryanT, No longer used
  819. sdk\inc\vc5\ObjModel\appdefs.h, del, BryanT, No longer used
  820. sdk\inc\vc5\ObjModel\appguid.h, del, BryanT, No longer used
  821. sdk\inc\vc5\ObjModel\bldauto.h, del, BryanT, No longer used
  822. sdk\inc\vc5\ObjModel\blddefs.h, del, BryanT, No longer used
  823. sdk\inc\vc5\ObjModel\bldguid.h, del, BryanT, No longer used
  824. sdk\inc\vc5\ObjModel\dbgauto.h, del, BryanT, No longer used
  825. sdk\inc\vc5\ObjModel\dbgdefs.h, del, BryanT, No longer used
  826. sdk\inc\vc5\ObjModel\dbgguid.h, del, BryanT, No longer used
  827. sdk\inc\vc5\ObjModel\textauto.h, del, BryanT, No longer used
  828. sdk\inc\vc5\ObjModel\textdefs.h, del, BryanT, No longer used
  829. sdk\inc\vc5\ObjModel\textguid.h, del, BryanT, No longer used
  830. sdk\inc\vssmsg.h, del, brianb, not used outside of project
  831. sdk\inc\wdigest.h, add, kdamour, used in Digest Auth SSP
  832. sdk\inc\wiaintfc.h, add, KeisukeT, Header for WIA device interface.
  833. sdk\inc\winbase.inl, add, JayKrell, shipped in sdk conditionally #included by winbase.h
  834. sdk\inc\winbase_interlockedcplusplus.h, add, Jaykrell, new stuff
  835. sdk\inc\winbase_interlockedunsigned.h, add, Jaykrell, new stuff
  836. sdk\inc\winhttp.h, add, ssulzer, public WinHTTP header file
  837. sdk\inc\winsip.h, add, IlyaK, publishing winsip.h
  838. sdk\inc\winsip.idl, add, IlyaK, publishing winsip.idl
  839. sdk\inc\winternl.h, add, ELi, SDK header for Consent Decree
  840. sdk\inc\winuser.inl, add, JayKrell, shipped in sdk conditionally #included by winuser.h
  841. sdk\inc\WMSBasicPlugin.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  842. sdk\inc\WMSBasicPlugin.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  843. sdk\inc\wmsbuffer.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  844. sdk\inc\wmsbuffer.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  845. sdk\inc\wmscatid.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  846. sdk\inc\wmscontext.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  847. sdk\inc\wmscontext.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  848. sdk\inc\wmscontextnames.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  849. sdk\inc\WMSDataPath.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  850. sdk\inc\WMSDataPath.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  851. sdk\inc\wmsdefs.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  852. sdk\inc\WMSEvent.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  853. sdk\inc\WMSEvent.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  854. sdk\inc\wmseventlog.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  855. sdk\inc\wmseventlog.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  856. sdk\inc\WMSHeaderLine.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  857. sdk\inc\WMSHeaderLine.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  858. sdk\inc\WMSIncomingCounters.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  859. sdk\inc\WMSIncomingCounters.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  860. sdk\inc\wmsnamedvalues.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  861. sdk\inc\wmsnamedvalues.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  862. sdk\inc\WMSPacket.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  863. sdk\inc\WMSPacket.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  864. sdk\inc\wmsplaylistparser.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  865. sdk\inc\wmsplaylistparser.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  866. sdk\inc\wmsplugin.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  867. sdk\inc\wmsplugin.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  868. sdk\inc\WMSProxy.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  869. sdk\inc\WMSProxy.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  870. sdk\inc\wmsserver.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  871. sdk\inc\wmsserver.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  872. sdk\inc\wmsxmldomextensions.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  873. sdk\inc\wmsxmldomextensions.idl, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  874. sdk\inc\ws2bth.h, add, doronh, Bluetooth socket and NSP header
  875. sdk\inc\wsiperr.h, add, EmanP, publish wsiperr.h
  876. sdk\inc\wsipv6ok.h, add, mohitt, used with IPV6STRICT flag
  877. sdk\inc\xmldom.h, add, fabv, This file will be accessed by the Windows PSDK team for distribution through www.microsoft.com
  878. sdk\inc\xmlparser.h, add, bryant, Put it back - not dead yet.
  879. sdk\lib\dtcfil.txt, del, bryant, Not needed
  880. sdk\lib\ieplace.txt, del, bryant, Not needed
  881. sdk\lib\makecabs.txt, del, bryant, Not needed
  882. sdk\lib\placealt.txt, del, bryant, Not needed
  883. sdk\lib\placefil.txt, del, bryant, moved to $(NTMAKEENV)
  884. sdk\lib\reskit.txt, del, bryant, Not needed
  885. sdk\lib\amd64\binmode.obj, add, Davec, AMD64 file
  886. sdk\lib\amd64\commode.obj, add, Davec, AMD64 file
  887. sdk\lib\amd64\fp10.obj, add, Davec, AMD64 file
  888. sdk\lib\amd64\mqoa.tlb, add, Conradc, AMD64 file
  889. sdk\lib\amd64\mqoa10.tlb, add, Conradc, AMD64 file
  890. sdk\lib\amd64\mqoa20.tlb, add, Conradc, AMD64 file
  891. sdk\lib\amd64\newmode.obj, add, Davec, AMD64 file
  892. sdk\lib\amd64\setargv.obj, add, Davec, AMD64 file
  893. sdk\lib\amd64\spoolss.lib, add, Davec, AMD64 file
  894. sdk\lib\amd64\winspool.lib, add, Davec, AMD64 file
  895. sdk\lib\amd64\wsetargv.obj, add, Davec, AMD64 file
  896. sdk\lib\ia64\dtchelp.pdb, del, BryanT, No longer used
  897. sdk\lib\ia64\msjava.lib, del, BryanT, No longer used
  898. sdk\lib\ia64\svcguid.pdb, del, BryanT, No longer used
  899. sdk\lib\ia64\xaswitch.pdb, del, BryanT, No longer used
  900. sdk\lib\stub512.com, add, bryant, 512 byte stub for non-page aligned images (used by hotpatch)
  901. sdk\lib\*\alrsvc.lib, del, BryanT, No longer used
  902. sdk\lib\*\adprop.lib, add, EricB, cross-depot linking
  903. sdk\lib\*\adsiis.tlb, add, brentmid, iis adsi provider
  904. sdk\lib\*\adsldp.lib, del, BryanT, No longer used
  905. sdk\lib\*\adsldpc.lib, add, BryanT, Mistake
  906. sdk\lib\*\adsmsext.lib, del, BryanT, No longer used
  907. sdk\lib\*\adsnds.lib, del, BryanT, No longer used
  908. sdk\lib\*\adsnt.lib, del, BryanT, No longer used
  909. sdk\lib\*\adsnw.lib, del, BryanT, No longer used
  910. sdk\lib\*\authzi.lib, add, KedarD, audit functions
  911. sdk\lib\*\azroles.lib, add, cliffv, library for azroles.dll
  912. sdk\lib\*\azroles.tlb, add, xtan, move azroles.tlb from inc
  913. sdk\lib\*\badappsa.lib, del, raymondc, moved to internal\shell\lib
  914. sdk\lib\*\badappsu.lib, del, raymondc, moved to internal\shell\lib
  915. sdk\lib\*\batmeter.lib, del, jakeo, doesn't need to be in SDK
  916. sdk\lib\*\bignumsdk.lib, del, BryanT, Old turd - don't use
  917. sdk\lib\*\bits.lib, add, mzoran, IIDS and CLSIDs for BITS
  918. sdk\lib\*\bufferoverflowGDI.lib, add, JSchwart, GDI driver-specific buffer overrun detection
  919. sdk\lib\*\bufferoverflowK.lib, add, JSchwart, kernel-mode buffer overrun detection
  920. sdk\lib\*\bufferoverflowU.lib, add, JSchwart, user-mode buffer overrun detection
  921. sdk\lib\*\chkstk.obj, del, BryanT, Moved to base\lib
  922. sdk\lib\*\cleandrm.lib, add, danhoe, Windows Media sdk file
  923. sdk\lib\*\coherent.lib, del, BryanT, No longer used
  924. sdk\lib\*\comctlv6.lib, del, BryanT, No longer used
  925. sdk\lib\*\d3dx.lib, del, BryanT, No longer built - use dxguid or convert to dx8
  926. sdk\lib\*\d3dxd.lib, del, BryanT, No longer built - use dxguid or convert to dx8
  927. sdk\lib\*\d3d8rgb.lib, del, manders, moving to internal\multimedia from SDK_LIB_PATH (370708)
  928. sdk\lib\*\d3d8rgbd.lib, del, manders, moving to internal\multimedia from SDK_LIB_PATH (370708)
  929. sdk\lib\*\delayimp.lib, add, BryanT, Use same name as VC
  930. sdk\lib\*\d3d8thk.lib, add, smac, needed for consent
  931. sdk\lib\*\dhcpsapi.lib, add, rterala, needed for consent
  932. sdk\lib\*\dciman32.lib, add, smac, moved from internal\windows\lib
  933. sdk\lib\*\dsetup.lib, add, adamlon, needed to build DSetup (272881)
  934. sdk\lib\*\dirsynclib.lib, del, BryanT, No longer used
  935. sdk\lib\*\dxerr8.lib, add, adamlon, needed for DX SDK samples/framework (272881)
  936. sdk\lib\*\dxguid.lib, add, adamlon, needed for DX SDK samples/framework (272881)
  937. sdk\lib\*\esentprf.lib, del, BryanT, No longer used
  938. sdk\lib\*\fcil.lib, del, BryanT, No longer used
  939. sdk\lib\*\ftpsvc.lib, del, BryanT, No longer used
  940. sdk\lib\*\fxsfsput.lib, del, moolyb, removed from sdk
  941. sdk\lib\*\HelpCenterInterfaces.lib, add, dmassare, shipped in sdk
  942. sdk\lib\*\HelpCenterInterfaces.tlb, add, dmassare, shipped in sdk
  943. sdk\lib\*\HelpServiceInterfaces.lib, add, dmassare, shipped in sdk
  944. sdk\lib\*\HelpServiceInterfaces.tlb, add, dmassare, shipped in sdk
  945. sdk\lib\*\httpapi.lib, add, rajeshsu, APIs exported by httpapi.dll (that calls into http.sys)
  946. sdk\lib\*\ibapi.lib, add, kpeery, shipped in sdk
  947. sdk\lib\*\iisext.tlb, add, brentmid, iis adsi provider
  948. sdk\lib\*\keysvc.lib, add, duncanb, export remote key service API
  949. sdk\lib\*\libc.pdb, del, BryanT, No longer used
  950. sdk\lib\*\libcd.pdb, del, BryanT, No longer used
  951. sdk\lib\*\libci.pdb, del, BryanT, No longer used
  952. sdk\lib\*\libcid.pdb, del, BryanT, No longer used
  953. sdk\lib\*\libcimt.pdb, del, BryanT, No longer used
  954. sdk\lib\*\libcimtd.pdb, del, BryanT, No longer used
  955. sdk\lib\*\libcmt.pdb, del, BryanT, No longer used
  956. sdk\lib\*\libcmtd.pdb, del, BryanT, No longer used
  957. sdk\lib\*\libcpsx.lib, del, BryanT, Posix is no more
  958. sdk\lib\*\mmdet.lib, del, BryanT, No longer used
  959. sdk\lib\*\msaudite.lib, del, BryanT, No longer used
  960. sdk\lib\*\mscoree.lib, add, BryanT, CLR lib needed for managed code
  961. sdk\lib\*\msgina.lib, del, BryanT, No longer used
  962. sdk\lib\*\mspatcha.lib, add, MSliger, Ships in an SDK
  963. sdk\lib\*\mspatchc.lib, add, MSliger, Ships in an SDK
  964. sdk\lib\*\msvcirt.pdb, del, BryanT, No longer used
  965. sdk\lib\*\msvcirtd.pdb, del, BryanT, No longer used
  966. sdk\lib\*\msvcrt.pdb, del, BryanT, No longer used
  967. sdk\lib\*\msvcrtd.pdb, del, BryanT, No longer used
  968. sdk\lib\*\odbcbcp.lib, add, jenlc, needed by PDH
  969. sdk\lib\*\qcore.tlb, del, raymondc, IE folks deleted from publish list (inetcore:2106)
  970. sdk\lib\*\psxdll,lib, del, BryanT, Posix is no more
  971. sdk\lib\*\psxrtl,lib, del, BryanT, Posix is no more
  972. sdk\lib\*\randlib.lib, del, BryanT, Old turd - don't use
  973. sdk\lib\*\rascomp.lib, del, BryanT, No longer used
  974. sdk\lib\*\rpcndr.lib, del, BryanT, No longer used
  975. sdk\lib\*\rsa32sdk2.lib, del, BryanT, Old turd - don't use
  976. sdk\lib\*\rsvpmsg.lib, del, BryanT, No longer used
  977. sdk\lib\*\sapi.lib, add, agarside, SAPI5 moved from internal\enduser to public\sdk
  978. sdk\lib\*\strsafe.lib, add, reinerf, new safe string api's
  979. sdk\lib\*\sysprep.lib, del, BryanT, No longer used
  980. sdk\lib\*\thrownew.obj, add, BryanT, CRT object
  981. sdk\lib\*\uimuuid.lib, del, benwest, moved to internal\windows
  982. sdk\lib\*\unicows.lib, add, v-MichKa, the Godot Unicode Layer's loader, ships in PSDK
  983. sdk\lib\*\w2kumode.lib, add, smac, required for consent
  984. sdk\lib\*\xmltrnsf.lib, del, BryanT, No longer used
  985. sdk\lib\*\winhttp.lib, add, ssulzer, WinHTTP import library
  986. sdk\lib\*\winhttp51.lib, del, ssulzer, WinHTTP import library
  987. sdk\lib\*\wmiutils.lib, add, shbrown, shipped in sdk
  988. tst\common\inc\exclntmr.h, del, jschwart, test header that should never have been here
  989. ;============================================================================
  990. ; KEEP THIS FILE SORTED...
  991. ; and keep this comment at the end of the last entry to ensure that there is
  992. ; always a CR after the last entry
  993. ;============================================================================