office-gobmx/tools/qa
Noel Grandin 82034b04e8 tdf#119326 crash when adding "Windows Share" File resource
this was a regression from

    commit ce43d0ae92
    use consistent #define checks for the Windows platform

where I converted
    #ifdef WIN
to
    #ifdef _WIN32

But that was already dead code at that point since we did not define
that preprocessor constant anywhere.

Change-Id: Ieadafd61fada05fc19d04d83992fba7c42969daa
Reviewed-on: https://gerrit.libreoffice.org/59402
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-08-21 21:04:42 +02:00
..
cppunit
data