diff options
author | Jens Carl <j.carl43@gmx.de> | 2014-05-29 23:55:20 +0000 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-30 01:44:33 -0500 |
commit | bcd5da6cb3d24801be4b84b3339a4d77e255a917 (patch) | |
tree | b7e8003edc56b6e955b5008ae00196593569d861 /fpicker/source/win32 | |
parent | 3ddb928061531a8742565bfa91c0aaa76ef88863 (diff) |
fdo#68849: Add header guards to all include files
Added header guard to files in directories forms/ and fpicker/
Change-Id: I5a3a2b1f2aa81d048959cb3223e03ac985539f33
Reviewed-on: https://gerrit.libreoffice.org/9557
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'fpicker/source/win32')
-rw-r--r-- | fpicker/source/win32/filepicker/SolarMutex.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fpicker/source/win32/filepicker/SolarMutex.hxx b/fpicker/source/win32/filepicker/SolarMutex.hxx index 428d9f2af816..84191ed40312 100644 --- a/fpicker/source/win32/filepicker/SolarMutex.hxx +++ b/fpicker/source/win32/filepicker/SolarMutex.hxx @@ -17,8 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SOLARMUTEX_HXX +#define INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SOLARMUTEX_HXX + int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId); void AcquireSolarMutex(int nAcquireCount); +#endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SOLARMUTEX_HXX + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |