office-gobmx/tools
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
..
inc
qa tdf#119326 crash when adding "Windows Share" File resource 2018-08-21 21:04:42 +02:00
source tdf#119326 crash when adding "Windows Share" File resource 2018-08-21 21:04:42 +02:00
CppunitTest_tools_config.mk
CppunitTest_tools_test.mk
CustomTarget_reversemap.mk
Executable_bestreversemap.mk
Library_tl.mk remove mempool 2018-08-16 15:02:27 +02:00
Makefile
Module_tools.mk
README
StaticLibrary_ooopathutils.mk

Predates sal - string functions, url manipulation, stream stuff,
polygons, etc.

Exact history is lost before Sept. 18th, 2000, but old source code
comments show that part of the tools library dates back until at least
April 1991.

This directory will be removed in the near future (see fdo#39445 or
fdo#63154).