This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


    from 884ccafde Fix compilation issue on Windows
     new 1d727eaad Restore Windows specific system.c as it contains password 
prompt methods
     new c1687eca3 Improve the ignore file
     new ae1b33453 Remove unnecessary / unused code

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                      |   7 ++
 native/NMAKEmakefile            |   1 +
 native/libtcnative.dsp          |   4 +
 native/os/win32/libtcnative.rc  |   1 -
 native/os/win32/logmessages.bin | Bin 224 -> 0 bytes
 native/os/win32/logmessages.mc  |  41 --------
 native/os/win32/system.c        | 203 ++++++++++++++++++++++++++++++++++++++++
 native/tcnative.dsp             |   4 +
 8 files changed, 219 insertions(+), 42 deletions(-)
 delete mode 100644 native/os/win32/logmessages.bin
 delete mode 100644 native/os/win32/logmessages.mc
 create mode 100644 native/os/win32/system.c


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to