summaryrefslogtreecommitdiff
path: root/indexing/zhmakeindex/kpathsea/dynamic_other.go
blob: 2d93e608caa8f153da0a88ea685ebe0ff161dee8 (plain)
1
2
3
4
5
6
7
// +build NOT !windows !386

package kpathsea

func findFile_dynamic(name string, format FileFormatType, mustExist bool) string {
	return ""
}