diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-04 16:38:21 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:17:50 +0300 |
commit | 5630744cbb924dec0fd6d32f33486cda12106c65 (patch) | |
tree | 4be6203041671d59c665e2b29241e10a399f70eb | |
parent | 7da77932cfa6e6bb47e257a366c3df951254647e (diff) | |
download | ydb-5630744cbb924dec0fd6d32f33486cda12106c65.tar.gz |
Move windows-specific sysincls to windows.yml
-rw-r--r-- | build/sysincl/unsorted.yml | 4 | ||||
-rw-r--r-- | build/sysincl/windows.yml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index ab58e7a826..453c337c96 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -223,9 +223,6 @@ - vcruntime_new.h - vcruntime_typeinfo.h #endif - - PowrProf.h - - BaseTsd.h - - iphlpapi.h - source_filter: "^contrib/(libs/(apache|httpd|libuv)|python/uWSGI)" includes: @@ -643,7 +640,6 @@ - bemapiset.h - cor.h - fusion.h - - IPHlpApi.h - metahost.h #if defined(WINDOWS) && defined (_USE_MFC_) - afx.h diff --git a/build/sysincl/windows.yml b/build/sysincl/windows.yml index 7c9f3f1ab0..9acce49358 100644 --- a/build/sysincl/windows.yml +++ b/build/sysincl/windows.yml @@ -10,6 +10,7 @@ - atltime.h - audioclient.h - authz.h + - basetsd.h - basetyps.h - bcrypt.h - bits.h @@ -104,6 +105,7 @@ - io.h - ioapiset.h - ipexport.h + - iphlpapi.h - ipifcons.h - iptypes.h - iwscapi.h @@ -177,6 +179,7 @@ - persist.h - poppack.h - powerbase.h + - powrprof.h - process.h - processenv.h - processsnapshot.h |