aboutsummaryrefslogtreecommitdiff
path: root/internal/setting/miniwinsvc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/setting/miniwinsvc.go')
-rw-r--r--internal/setting/miniwinsvc.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/internal/setting/miniwinsvc.go b/internal/setting/miniwinsvc.go
new file mode 100644
index 00000000..a7c6890d
--- /dev/null
+++ b/internal/setting/miniwinsvc.go
@@ -0,0 +1,15 @@
+// +build miniwinsvc
+
+// Copyright 2015 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package setting
+
+import (
+ _ "github.com/gogs/minwinsvc"
+)
+
+func init() {
+ SupportMiniWinService = true
+}