Skip to content

Commit 8eb1491

Browse files
authored
Merge pull request #246 from brycehutchings/bryceh/fix_exp_warning
Fix warning: directive in .EXP differs from output filename
2 parents 47d4022 + 2b12bea commit 8eb1491

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Loader: Fix conflicting filename in openxr_loader.def causing a linker warning when building debug for Windows.

src/loader/openxr-loader.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;
88
;;;; End Copyright Notice ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
99

10-
LIBRARY openxr_loader.dll
10+
LIBRARY
1111
EXPORTS
1212
xrCreateInstance
1313
xrDestroyInstance

0 commit comments

Comments
 (0)