Browse Source

Fix windows build

tags/v1.9.11
falkTX 6 years ago
parent
commit
fcc1597bdf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      data/windows/build-win-all.sh
  2. +1
    -1
      source/modules/water/water.files.cpp

+ 1
- 1
data/windows/build-win-all.sh View File

@@ -20,7 +20,7 @@ fi
make distclean
pushd data/windows
./build-win.sh 32nosse
./pack-win.sh 32
./pack-win.sh 32nosse
mv Carla_${VERSION}-win32.zip Carla_${VERSION}-win32-nosse.zip
popd



+ 1
- 1
source/modules/water/water.files.cpp View File

@@ -25,7 +25,7 @@ namespace water
#ifdef CARLA_OS_WIN
static HINSTANCE currentModuleHandle = nullptr;
HINSTANCE water_getCurrentModuleInstanceHandle() noexcept
HINSTANCE getCurrentModuleInstanceHandle() noexcept
{
if (currentModuleHandle == nullptr)
currentModuleHandle = GetModuleHandleA (nullptr);


Loading…
Cancel
Save