aboutsummaryrefslogtreecommitdiff
path: root/src/nativeInterop/cinterop/versionhelper.def
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-07-01 14:43:07 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-07-01 14:43:07 -0700
commit3c3c4841312262c73c5d973d590f541f8445962d (patch)
treec0e39367c1b60344182bdaf5e66c4acff114335a /src/nativeInterop/cinterop/versionhelper.def
parent41b0c65a084619330db2ead75cffe7fbe6db9ad8 (diff)
downloadAero-3c3c4841312262c73c5d973d590f541f8445962d.tar
Aero-3c3c4841312262c73c5d973d590f541f8445962d.tar.gz
Aero-3c3c4841312262c73c5d973d590f541f8445962d.tar.bz2
Aero-3c3c4841312262c73c5d973d590f541f8445962d.zip
feat: add support for Windows 7 Aero APIHEADuntagged-edcb449b8928f4456e7cmaster
Breaking changes: To test on the Windows 7 x86 virtual machine, the build had been changed from mingwX64 to mingwX86. Therefore the binary path will be changed, INT_PTR will represent Int and some Gradle tasks disappeared and changed. Due to the change of INT_PTR and some unknown reasons, the dialog cannot be shown so I removed the dialog mode. Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
Diffstat (limited to 'src/nativeInterop/cinterop/versionhelper.def')
-rw-r--r--src/nativeInterop/cinterop/versionhelper.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nativeInterop/cinterop/versionhelper.def b/src/nativeInterop/cinterop/versionhelper.def
new file mode 100644
index 0000000..0fba0a7
--- /dev/null
+++ b/src/nativeInterop/cinterop/versionhelper.def
@@ -0,0 +1,4 @@
+headers = versionhelper.h
+headerFilter = versionhelper.h
+package = versionhelper
+linkerOpts = -lkernel32 \ No newline at end of file