view src/name/blackcap/exifwasher/Osdep.kt.default.osdep @ 45:c9cf2b01c91c

Work around a launch4j bug.
author David Barts <davidb@stashtea.com>
date Sun, 03 May 2020 17:36:50 -0700
parents ba5dc14652da
children
line wrap: on
line source

/*
 * OS-dependent code, version for all non-Mac systems.
 */
package name.blackcap.exifwasher

fun setMacMenus() {
    /* no-op */
}