diff options
author | marha <marha@users.sourceforge.net> | 2012-06-25 15:12:18 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-25 15:12:18 +0200 |
commit | cb7834dd9f1b1816536a5ba419095c160f22a758 (patch) | |
tree | 269b533562636ad2ef97af1ef89d0849647f519c /libXau/libXau.def | |
parent | 9a867e32f89cdd115cdad9c25aeced6725886ee5 (diff) | |
download | vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.tar.gz vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.tar.bz2 vcxsrv-cb7834dd9f1b1816536a5ba419095c160f22a758.zip |
libXau is not compiled as dll
Diffstat (limited to 'libXau/libXau.def')
-rw-r--r-- | libXau/libXau.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libXau/libXau.def b/libXau/libXau.def new file mode 100644 index 000000000..03762f509 --- /dev/null +++ b/libXau/libXau.def @@ -0,0 +1,10 @@ +LIBRARY libXau
+
+EXPORTS
+ XauDisposeAuth
+ XauGetBestAuthByAddr
+ XauReadAuth
+ XauWriteAuth
+ XauUnlockAuth
+ XauLockAuth
+ XauFileName
\ No newline at end of file |