Revert "Use tor_api.h entry points in ntmain.c."

This reverts commit dca2629480.
This commit is contained in:
Nick Mathewson 2020-01-17 08:39:56 -05:00
parent d7a22160f5
commit eef021e12d

View File

@ -1,5 +0,0 @@
o Code simplification and refactoring (windows services):
- The windows service logic now uses the tor_api.h entry points, to
avoid needless code duplication, and to prevent bugs related to
the different entry points getting out of sync. Closes ticket
32883.