office-gobmx/sal
Caolán McNamara 6c81597663 ofz#770 JOHAB_73 table starts at 0xA not 0x2
the start value is out by one row

Change-Id: I77ed154358516ccd47a090cf7ed45bb609bc81a3
Reviewed-on: https://gerrit.libreoffice.org/34992
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-04-04 19:26:58 +00:00
..
android
cppunittester
inc
osl Finally switch MSVC to sal_Unicode = char16_t, too 2017-04-04 16:12:11 +00:00
qa Finally switch MSVC to sal_Unicode = char16_t, too 2017-04-04 16:12:11 +00:00
rtl
systools/win32/uwinapi
test
textenc ofz#770 JOHAB_73 table starts at 0xA not 0x2 2017-04-04 19:26:58 +00:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk
README

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).