crt: Add sens and sensapi in lib32 Required for Notepad++ Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/lib32/Makefile.am b/mingw-w64-crt/lib32/Makefile.am index b607c1f..e7690a3 100644 --- a/mingw-w64-crt/lib32/Makefile.am +++ b/mingw-w64-crt/lib32/Makefile.am
@@ -259,6 +259,8 @@ lib32_DATA += %reldir%/libscsiport.a lib32_DATA += %reldir%/libsecur32.a lib32_DATA += %reldir%/libsecurity.a +lib32_DATA += %reldir%/libsensapi.a +lib32_DATA += %reldir%/libsens.a lib32_DATA += %reldir%/libsetupapi.a lib32_DATA += %reldir%/libshcore.a #lib32_DATA += %reldir%/libshell32.a # Handled by custom rule
diff --git a/mingw-w64-crt/lib32/sens.def b/mingw-w64-crt/lib32/sens.def new file mode 100644 index 0000000..7815218 --- /dev/null +++ b/mingw-w64-crt/lib32/sens.def
@@ -0,0 +1,12 @@ +; +; Definition file of Sens.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "Sens.dll" +EXPORTS +ServiceMain@8 +SvchostPushServiceGlobals@4 +SensNotifyNetconEvent@4 +SensNotifyRasEvent@4 +SensNotifyWinlogonEvent@4
diff --git a/mingw-w64-crt/lib32/sensapi.def b/mingw-w64-crt/lib32/sensapi.def new file mode 100644 index 0000000..d1290cc --- /dev/null +++ b/mingw-w64-crt/lib32/sensapi.def
@@ -0,0 +1,10 @@ +; +; Definition file of SensApi.dll +; Automatic generated by gendef +; written by Kai Tietz 2008 +; +LIBRARY "SensApi.dll" +EXPORTS +IsDestinationReachableA@8 +IsDestinationReachableW@8 +IsNetworkAlive@4